#CCFAFA

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

Shades of Light Cyan #CCFAFA

Tints of Light Cyan #CCFAFA

Color information

#CCFAFA (or 0xCCFAFA) is unknown color: approx Light Cyan. HEX triplet: CC, FA and FA. RGB value is (204,250,250). Sum of RGB (Red+Green+Blue) = 204+250+250=704 (93% of max value = 765). Red value is 204 (80.08% from 255 or 28.98% from 704); Green value is 250 (98.05% from 255 or 35.51% from 704); Blue value is 250 (98.05% from 255 or 35.51% from 704); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #CCFAFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFAFA is #330505. Grayscale: #ECECEC. Windows color (decimal): -3343622 or 16448204. OLE color: 16448204.

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

Color convert

RGB204250250-
CMYK0.18000.02
HSL180º82.14%89.02%-
HSV(B)180º18.4%98.04%-
XYZ76.3488.11103.43-
YUV236.25135.76105-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 28.98%
GREEN value IS 250 (98.05% from 255) = 35.51%
BLUE value IS 250 (98.05% from 255) = 35.51%
R=28.98%
G=35.51%
B=35.51%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042502500.18000.0218082.1489.02
HexCCFAFA12002b45259
Octal31437237222002264122131
Binary1100110011111010111110101001000101011010010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFAFA; }

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

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

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

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

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

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

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

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