#1CBBF1

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

Shades of Deep Sky Blue #1CBBF1

Tints of Deep Sky Blue #1CBBF1

Color information

#1CBBF1 (or 0x1CBBF1) is unknown color: approx Deep Sky Blue. HEX triplet: 1C, BB and F1. RGB value is (28,187,241). Sum of RGB (Red+Green+Blue) = 28+187+241=456 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.14% from 456); Green value is 187 (73.44% from 255 or 41.01% from 456); Blue value is 241 (94.53% from 255 or 52.85% from 456); Max value from RGB is 241 - color contains mainly: blue. Hex color #1CBBF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CBBF1 is #E3440E. Grayscale: #919191. Windows color (decimal): -14894095 or 15842076. OLE color: 15842076.

HSL color Cylindrical-coordinate representation of color #1CBBF1: hue angle of 195.21º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CBBF1 is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB28187241-
CMYK0.880.2200.05
HSL195.21º88.38%52.75%-
HSV(B)195.21º88.38%94.51%-
XYZ34.1342.1489.55-
YUV145.61181.8244.11-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.14%
GREEN value IS 187 (73.44% from 255) = 41.01%
BLUE value IS 241 (94.53% from 255) = 52.85%
R=6.14%
G=41.01%
B=52.85%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal281872410.880.2200.05195.2188.3852.75
Hex1CBBF1581605c35835
Octal34273361130260530313065
Binary1110010111011111100011011000101100101110000111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CBBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,187,241); }

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

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

 a { background-color: rgb(28,187,241); }

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

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

 span { border-color: rgb(28,187,241); }

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