#CFFDFB

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

Shades of Light Cyan #CFFDFB

Tints of Light Cyan #CFFDFB

Color information

#CFFDFB (or 0xCFFDFB) is unknown color: approx Light Cyan. HEX triplet: CF, FD and FB. RGB value is (207,253,251). Sum of RGB (Red+Green+Blue) = 207+253+251=711 (94% of max value = 765). Red value is 207 (81.25% from 255 or 29.11% from 711); Green value is 253 (99.22% from 255 or 35.58% from 711); Blue value is 251 (98.44% from 255 or 35.30% from 711); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFDFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFFDFB is #300204. Grayscale: #EEEEEE. Windows color (decimal): -3146245 or 16514511. OLE color: 16514511.

HSL color Cylindrical-coordinate representation of color #CFFDFB: hue angle of 177.39º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFFDFB is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB207253251-
CMYK0.1800.010.01
HSL177.39º92%90.2%-
HSV(B)177.39º18.18%99.22%-
XYZ78.2790.48104.61-
YUV239.02134.76105.16-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.11%
GREEN value IS 253 (99.22% from 255) = 35.58%
BLUE value IS 251 (98.44% from 255) = 35.30%
R=29.11%
G=35.58%
B=35.30%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2072532510.1800.010.01177.399290.2
HexCFFDFB12011b15c5a
Octal31737537322011261134132
Binary110011111111110111111011100100111011000110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFDFB; }

 p { color: rgb(207,253,251); }

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

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

 a { background-color: rgb(207,253,251); }

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

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

 span { border-color: rgb(207,253,251); }

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