#DFFBFF

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

Shades of Light Cyan #DFFBFF

Tints of Light Cyan #DFFBFF

Color information

#DFFBFF (or 0xDFFBFF) is unknown color: approx Light Cyan. HEX triplet: DF, FB and FF. RGB value is (223,251,255). Sum of RGB (Red+Green+Blue) = 223+251+255=729 (96% of max value = 765). Red value is 223 (87.5% from 255 or 30.59% from 729); Green value is 251 (98.44% from 255 or 34.43% from 729); Blue value is 255 (100% from 255 or 34.98% from 729); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFFBFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFFBFF is #200400. Grayscale: #F3F3F3. Windows color (decimal): -2098177 or 16776159. OLE color: 16776159.

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

Color convert

RGB223251255-
CMYK0.130.0200
HSL187.5º100%93.73%-
HSV(B)187.5º12.55%100%-
XYZ82.9891.9107.97-
YUV243.08134.72113.67-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 30.59%
GREEN value IS 251 (98.44% from 255) = 34.43%
BLUE value IS 255 (100% from 255) = 34.98%
R=30.59%
G=34.43%
B=34.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2232512550.130.0200187.510093.73
HexDFFBFFD200bc645e
Octal33737337715200274144136
Binary110111111111101111111111110110001011110011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFBFF; }

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

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

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

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

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

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

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

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