#1CAFFB

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

Shades of Deep Sky Blue #1CAFFB

Tints of Deep Sky Blue #1CAFFB

Color information

#1CAFFB (or 0x1CAFFB) is unknown color: approx Deep Sky Blue. HEX triplet: 1C, AF and FB. RGB value is (28,175,251). Sum of RGB (Red+Green+Blue) = 28+175+251=454 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.17% from 454); Green value is 175 (68.75% from 255 or 38.55% from 454); Blue value is 251 (98.44% from 255 or 55.29% from 454); Max value from RGB is 251 - color contains mainly: blue. Hex color #1CAFFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1CAFFB is #E35004. Grayscale: #8B8B8B. Windows color (decimal): -14897157 or 16494364. OLE color: 16494364.

HSL color Cylindrical-coordinate representation of color #1CAFFB: hue angle of 200.45º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CAFFB is Cyan = 0.89, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB28175251-
CMYK0.890.3000.02
HSL200.45º96.54%54.71%-
HSV(B)200.45º88.84%98.43%-
XYZ33.2237.8796.83-
YUV139.71190.848.32-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.17%
GREEN value IS 175 (68.75% from 255) = 38.55%
BLUE value IS 251 (98.44% from 255) = 55.29%
R=6.17%
G=38.55%
B=55.29%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal281752510.890.3000.02200.4596.5454.71
Hex1CAFFB591E02c86137
Octal34257373131360231014167
Binary111001010111111111011101100111110010110010001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CAFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,175,251); }

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

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

 a { background-color: rgb(28,175,251); }

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

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

 span { border-color: rgb(28,175,251); }

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