#CFF7FC

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

Shades of Light Cyan #CFF7FC

Tints of Light Cyan #CFF7FC

Color information

#CFF7FC (or 0xCFF7FC) is unknown color: approx Light Cyan. HEX triplet: CF, F7 and FC. RGB value is (207,247,252). Sum of RGB (Red+Green+Blue) = 207+247+252=706 (93% of max value = 765). Red value is 207 (81.25% from 255 or 29.32% from 706); Green value is 247 (96.88% from 255 or 34.99% from 706); Blue value is 252 (98.83% from 255 or 35.69% from 706); Max value from RGB is 252 - color contains mainly: blue. Hex color #CFF7FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF7FC is #300803. Grayscale: #EBEBEB. Windows color (decimal): -3147780 or 16578511. OLE color: 16578511.

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

Color convert

RGB207247252-
CMYK0.180.0200.01
HSL186.67º88.24%90%-
HSV(B)186.67º17.86%98.82%-
XYZ76.5686.82104.82-
YUV235.61137.25107.59-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.32%
GREEN value IS 247 (96.88% from 255) = 34.99%
BLUE value IS 252 (98.83% from 255) = 35.69%
R=29.32%
G=34.99%
B=35.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2072472520.180.0200.01186.6788.2490
HexCFF7FC12201bb585a
Octal31736737422201273130132
Binary1100111111110111111111001001010011011101110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF7FC; }

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

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

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

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

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

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

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

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