#CFF6FA

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

Shades of Light Cyan #CFF6FA

Tints of Light Cyan #CFF6FA

Color information

#CFF6FA (or 0xCFF6FA) is unknown color: approx Light Cyan. HEX triplet: CF, F6 and FA. RGB value is (207,246,250). Sum of RGB (Red+Green+Blue) = 207+246+250=703 (93% of max value = 765). Red value is 207 (81.25% from 255 or 29.45% from 703); Green value is 246 (96.48% from 255 or 34.99% from 703); Blue value is 250 (98.05% from 255 or 35.56% from 703); Max value from RGB is 250 - color contains mainly: blue. Hex color #CFF6FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF6FA is #300905. Grayscale: #EAEAEA. Windows color (decimal): -3148038 or 16447183. OLE color: 16447183.

HSL color Cylindrical-coordinate representation of color #CFF6FA: hue angle of 185.58º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFF6FA is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB207246250-
CMYK0.170.0200.02
HSL185.58º81.13%89.61%-
HSV(B)185.58º17.2%98.04%-
XYZ75.9486.08103.05-
YUV234.8136.58108.17-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.45%
GREEN value IS 246 (96.48% from 255) = 34.99%
BLUE value IS 250 (98.05% from 255) = 35.56%
R=29.45%
G=34.99%
B=35.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072462500.170.0200.02185.5881.1389.61
HexCFF6FA11202ba515a
Octal31736637221202272121132
Binary11001111111101101111101010001100101011101010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF6FA; }

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

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

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

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

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

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

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

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