#1BB2DF

Color #1BB2DF Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #1BB2DF

Tints of Summer Sky #1BB2DF

Color information

#1BB2DF (or 0x1BB2DF) is unknown color: approx Summer Sky. HEX triplet: 1B, B2 and DF. RGB value is (27,178,223). Sum of RGB (Red+Green+Blue) = 27+178+223=428 (56% of max value = 765). Red value is 27 (10.94% from 255 or 6.31% from 428); Green value is 178 (69.92% from 255 or 41.59% from 428); Blue value is 223 (87.5% from 255 or 52.10% from 428); Max value from RGB is 223 - color contains mainly: blue. Hex color #1BB2DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BB2DF is #E44D20. Grayscale: #898989. Windows color (decimal): -14961953 or 14660123. OLE color: 14660123.

HSL color Cylindrical-coordinate representation of color #1BB2DF: hue angle of 193.78º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BB2DF is Cyan = 0.88, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB27178223-
CMYK0.880.2000.13
HSL193.78º78.4%49.02%-
HSV(B)193.78º87.89%87.45%-
XYZ29.6937.475.47-
YUV137.98175.9748.84-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 6.31%
GREEN value IS 178 (69.92% from 255) = 41.59%
BLUE value IS 223 (87.5% from 255) = 52.10%
R=6.31%
G=41.59%
B=52.10%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal271782230.880.2000.13193.7878.449.02
Hex1BB2DF58140Dc24e31
Octal332623371302401530211661
Binary11011101100101101111110110001010001101110000101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BB2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,178,223); }

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

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

 a { background-color: rgb(27,178,223); }

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

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

 span { border-color: rgb(27,178,223); }

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