#1B92D6

Color #1B92D6 Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #1B92D6

Tints of Pacific Blue #1B92D6

Color information

#1B92D6 (or 0x1B92D6) is unknown color: approx Pacific Blue. HEX triplet: 1B, 92 and D6. RGB value is (27,146,214). Sum of RGB (Red+Green+Blue) = 27+146+214=387 (51% of max value = 765). Red value is 27 (10.94% from 255 or 6.98% from 387); Green value is 146 (57.42% from 255 or 37.73% from 387); Blue value is 214 (83.98% from 255 or 55.30% from 387); Max value from RGB is 214 - color contains mainly: blue. Hex color #1B92D6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B92D6 is #E46D29. Grayscale: #757575. Windows color (decimal): -14970154 or 14062107. OLE color: 14062107.

HSL color Cylindrical-coordinate representation of color #1B92D6: hue angle of 201.82º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1B92D6 is Cyan = 0.87, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB27146214-
CMYK0.870.3200.16
HSL201.82º77.59%47.25%-
HSV(B)201.82º87.38%83.92%-
XYZ22.8725.6567.36-
YUV118.17182.0862.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 27 (10.94% from 255) = 6.98%
GREEN value IS 146 (57.42% from 255) = 37.73%
BLUE value IS 214 (83.98% from 255) = 55.30%
R=6.98%
G=37.73%
B=55.30%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal271462140.870.3200.16201.8277.5947.25
Hex1B92D65720010ca4e2f
Octal332223261274002031211657
Binary1101110010010110101101010111100000010000110010101001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B92D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B92D6; }

 p { color: rgb(27,146,214); }

 H1.HeaderClassName
 {
   color: #1B92D6;
 }
 .AnyTagClassName
 {
   color: #1B92D6;
 }
</style>
background-color css

<style>
 a { background-color: #1B92D6; }

 a { background-color: rgb(27,146,214); }

 div.DivClassName
 {
   background-color: #1B92D6;
 }
 .BgClassName
 {
   background-color: #1B92D6;
 }
</style>
border-color css

<style>
 span { border-color: #1B92D6; }

 span { border-color: rgb(27,146,214); }

 td.TdClassName
 {
   border-color: #1B92D6;
 }
 .TagClassName
 {
   border-color: #1B92D6;
 }
</style>