#CFF9FC

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

Shades of Light Cyan #CFF9FC

Tints of Light Cyan #CFF9FC

Color information

#CFF9FC (or 0xCFF9FC) is unknown color: approx Light Cyan. HEX triplet: CF, F9 and FC. RGB value is (207,249,252). Sum of RGB (Red+Green+Blue) = 207+249+252=708 (93% of max value = 765). Red value is 207 (81.25% from 255 or 29.24% from 708); Green value is 249 (97.66% from 255 or 35.17% from 708); Blue value is 252 (98.83% from 255 or 35.59% from 708); Max value from RGB is 252 - color contains mainly: blue. Hex color #CFF9FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF9FC is #300603. Grayscale: #ECECEC. Windows color (decimal): -3147268 or 16579023. OLE color: 16579023.

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

Color convert

RGB207249252-
CMYK0.180.0100.01
HSL184º88.24%90%-
HSV(B)184º17.86%98.82%-
XYZ77.1888.05105.02-
YUV236.78136.59106.76-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.24%
GREEN value IS 249 (97.66% from 255) = 35.17%
BLUE value IS 252 (98.83% from 255) = 35.59%
R=29.24%
G=35.17%
B=35.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2072492520.180.0100.0118488.2490
HexCFF9FC12101b8585a
Octal31737137422101270130132
Binary110011111111100111111100100101011011100010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF9FC; }

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

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

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

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

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

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

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

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