#CFFDFA

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

Shades of Light Cyan #CFFDFA

Tints of Light Cyan #CFFDFA

Color information

#CFFDFA (or 0xCFFDFA) is unknown color: approx Light Cyan. HEX triplet: CF, FD and FA. RGB value is (207,253,250). Sum of RGB (Red+Green+Blue) = 207+253+250=710 (94% of max value = 765). Red value is 207 (81.25% from 255 or 29.15% from 710); Green value is 253 (99.22% from 255 or 35.63% from 710); Blue value is 250 (98.05% from 255 or 35.21% from 710); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFDFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFFDFA is #300205. Grayscale: #EEEEEE. Windows color (decimal): -3146246 or 16448975. OLE color: 16448975.

HSL color Cylindrical-coordinate representation of color #CFFDFA: hue angle of 176.09º 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 #CFFDFA is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB207253250-
CMYK0.1800.010.01
HSL176.09º92%90.2%-
HSV(B)176.09º18.18%99.22%-
XYZ78.1190.42103.78-
YUV238.9134.26105.24-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.15%
GREEN value IS 253 (99.22% from 255) = 35.63%
BLUE value IS 250 (98.05% from 255) = 35.21%
R=29.15%
G=35.63%
B=35.21%

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
Decimal2072532500.1800.010.01176.099290.2
HexCFFDFA12011b05c5a
Octal31737537222011260134132
Binary110011111111110111111010100100111011000010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFDFA; }

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

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

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

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

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

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

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

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