#CCFFFA

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

Shades of Light Cyan #CCFFFA

Tints of Light Cyan #CCFFFA

Color information

#CCFFFA (or 0xCCFFFA) is unknown color: approx Light Cyan. HEX triplet: CC, FF and FA. RGB value is (204,255,250). Sum of RGB (Red+Green+Blue) = 204+255+250=709 (93% of max value = 765). Red value is 204 (80.08% from 255 or 28.77% from 709); Green value is 255 (100% from 255 or 35.97% from 709); Blue value is 250 (98.05% from 255 or 35.26% from 709); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFFFA is #330005. Grayscale: #EFEFEF. Windows color (decimal): -3342342 or 16449484. OLE color: 16449484.

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

Color convert

RGB204255250-
CMYK0.200.020
HSL174.12º100%90%-
HSV(B)174.12º20%100%-
XYZ77.9291.26103.95-
YUV239.18134.1102.91-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 28.77%
GREEN value IS 255 (100% from 255) = 35.97%
BLUE value IS 250 (98.05% from 255) = 35.26%
R=28.77%
G=35.97%
B=35.26%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042552500.200.020174.1210090
HexCCFFFA14020ae645a
Octal31437737224020256144132
Binary1100110011111111111110101010001001010111011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFFFA; }

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

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

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

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

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

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

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

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