#CFF6FD

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

Shades of Light Cyan #CFF6FD

Tints of Light Cyan #CFF6FD

Color information

#CFF6FD (or 0xCFF6FD) is unknown color: approx Light Cyan. HEX triplet: CF, F6 and FD. RGB value is (207,246,253). Sum of RGB (Red+Green+Blue) = 207+246+253=706 (93% of max value = 765). Red value is 207 (81.25% from 255 or 29.32% from 706); Green value is 246 (96.48% from 255 or 34.84% from 706); Blue value is 253 (99.22% from 255 or 35.84% from 706); Max value from RGB is 253 - color contains mainly: blue. Hex color #CFF6FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF6FD is #300902. Grayscale: #EBEBEB. Windows color (decimal): -3148035 or 16643791. OLE color: 16643791.

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

Color convert

RGB207246253-
CMYK0.180.0300.01
HSL189.13º92%90.2%-
HSV(B)189.13º18.18%99.22%-
XYZ76.4286.27105.55-
YUV235.14138.08107.93-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.32%
GREEN value IS 246 (96.48% from 255) = 34.84%
BLUE value IS 253 (99.22% from 255) = 35.84%
R=29.32%
G=34.84%
B=35.84%

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
Decimal2072462530.180.0300.01189.139290.2
HexCFF6FD12301bd5c5a
Octal31736637522301275134132
Binary1100111111110110111111011001011011011110110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF6FD; }

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

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

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

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

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

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

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

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