#CCF7FF

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

Shades of Light Cyan #CCF7FF

Tints of Light Cyan #CCF7FF

Color information

#CCF7FF (or 0xCCF7FF) is unknown color: approx Light Cyan. HEX triplet: CC, F7 and FF. RGB value is (204,247,255). Sum of RGB (Red+Green+Blue) = 204+247+255=706 (93% of max value = 765). Red value is 204 (80.08% from 255 or 28.90% from 706); Green value is 247 (96.88% from 255 or 34.99% from 706); Blue value is 255 (100% from 255 or 36.12% from 706); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCF7FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF7FF is #330800. Grayscale: #EAEAEA. Windows color (decimal): -3344385 or 16775116. OLE color: 16775116.

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

Color convert

RGB204247255-
CMYK0.20.0300
HSL189.41º100%90%-
HSV(B)189.41º20%100%-
XYZ76.2186.58107.3-
YUV235.06139.25105.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 28.90%
GREEN value IS 247 (96.88% from 255) = 34.99%
BLUE value IS 255 (100% from 255) = 36.12%
R=28.90%
G=34.99%
B=36.12%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042472550.20.0300189.4110090
HexCCF7FF14300bd645a
Octal31436737724300275144132
Binary1100110011110111111111111010011001011110111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF7FF; }

 p { color: rgb(204,247,255); }

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

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

 a { background-color: rgb(204,247,255); }

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

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

 span { border-color: rgb(204,247,255); }

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