#DCFBFF

Color #DCFBFF Light Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Cyan #DCFBFF

Tints of Light Cyan #DCFBFF

Color information

#DCFBFF (or 0xDCFBFF) is unknown color: approx Light Cyan. HEX triplet: DC, FB and FF. RGB value is (220,251,255). Sum of RGB (Red+Green+Blue) = 220+251+255=726 (96% of max value = 765). Red value is 220 (86.33% from 255 or 30.30% from 726); Green value is 251 (98.44% from 255 or 34.57% from 726); Blue value is 255 (100% from 255 or 35.12% from 726); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCFBFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFBFF is #230400. Grayscale: #F2F2F2. Windows color (decimal): -2294785 or 16776156. OLE color: 16776156.

HSL color Cylindrical-coordinate representation of color #DCFBFF: hue angle of 186.86º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCFBFF is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB220251255-
CMYK0.140.0200
HSL186.86º100%93.14%-
HSV(B)186.86º13.73%100%-
XYZ82.0691.43107.93-
YUV242.19135.23112.17-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 30.30%
GREEN value IS 251 (98.44% from 255) = 34.57%
BLUE value IS 255 (100% from 255) = 35.12%
R=30.30%
G=34.57%
B=35.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2202512550.140.0200186.8610093.14
HexDCFBFFE200bb645d
Octal33437337716200273144135
Binary110111001111101111111111111010001011101111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFBFF; }

 p { color: rgb(220,251,255); }

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

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

 a { background-color: rgb(220,251,255); }

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

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

 span { border-color: rgb(220,251,255); }

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