#CFF5FC

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

Shades of Light Cyan #CFF5FC

Tints of Light Cyan #CFF5FC

Color information

#CFF5FC (or 0xCFF5FC) is unknown color: approx Light Cyan. HEX triplet: CF, F5 and FC. RGB value is (207,245,252). Sum of RGB (Red+Green+Blue) = 207+245+252=704 (93% of max value = 765). Red value is 207 (81.25% from 255 or 29.40% from 704); Green value is 245 (96.09% from 255 or 34.80% from 704); Blue value is 252 (98.83% from 255 or 35.80% from 704); Max value from RGB is 252 - color contains mainly: blue. Hex color #CFF5FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF5FC is #300A03. Grayscale: #EAEAEA. Windows color (decimal): -3148292 or 16577999. OLE color: 16577999.

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

Color convert

RGB207245252-
CMYK0.180.0300.01
HSL189.33º88.24%90%-
HSV(B)189.33º17.86%98.82%-
XYZ75.9685.6104.61-
YUV234.44137.91108.43-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.40%
GREEN value IS 245 (96.09% from 255) = 34.80%
BLUE value IS 252 (98.83% from 255) = 35.80%
R=29.40%
G=34.80%
B=35.80%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2072452520.180.0300.01189.3388.2490
HexCFF5FC12301bd585a
Octal31736537422301275130132
Binary1100111111110101111111001001011011011110110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF5FC; }

 p { color: rgb(207,245,252); }

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

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

 a { background-color: rgb(207,245,252); }

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

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

 span { border-color: rgb(207,245,252); }

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