#CFF6FF

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

Shades of Light Cyan #CFF6FF

Tints of Light Cyan #CFF6FF

Color information

#CFF6FF (or 0xCFF6FF) is unknown color: approx Light Cyan. HEX triplet: CF, F6 and FF. RGB value is (207,246,255). Sum of RGB (Red+Green+Blue) = 207+246+255=708 (93% of max value = 765). Red value is 207 (81.25% from 255 or 29.24% from 708); Green value is 246 (96.48% from 255 or 34.75% from 708); Blue value is 255 (100% from 255 or 36.02% from 708); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFF6FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF6FF is #300900. Grayscale: #EBEBEB. Windows color (decimal): -3148033 or 16774863. OLE color: 16774863.

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

Color convert

RGB207246255-
CMYK0.190.0400
HSL191.25º100%90.59%-
HSV(B)191.25º18.82%100%-
XYZ76.7486.4107.24-
YUV235.36139.08107.77-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.24%
GREEN value IS 246 (96.48% from 255) = 34.75%
BLUE value IS 255 (100% from 255) = 36.02%
R=29.24%
G=34.75%
B=36.02%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2072462550.190.0400191.2510090.59
HexCFF6FF13400bf645b
Octal31736637723400277144133
Binary11001111111101101111111110011100001011111111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF6FF; }

 p { color: rgb(207,246,255); }

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

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

 a { background-color: rgb(207,246,255); }

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

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

 span { border-color: rgb(207,246,255); }

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