#CCF8FA

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

Shades of Light Cyan #CCF8FA

Tints of Light Cyan #CCF8FA

Color information

#CCF8FA (or 0xCCF8FA) is unknown color: approx Light Cyan. HEX triplet: CC, F8 and FA. RGB value is (204,248,250). Sum of RGB (Red+Green+Blue) = 204+248+250=702 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.06% from 702); Green value is 248 (97.27% from 255 or 35.33% from 702); Blue value is 250 (98.05% from 255 or 35.61% from 702); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCF8FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF8FA is #330705. Grayscale: #EBEBEB. Windows color (decimal): -3344134 or 16447692. OLE color: 16447692.

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

Color convert

RGB204248250-
CMYK0.180.0100.02
HSL182.61º82.14%89.02%-
HSV(B)182.61º18.4%98.04%-
XYZ75.7286.87103.22-
YUV235.07136.42105.84-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.06%
GREEN value IS 248 (97.27% from 255) = 35.33%
BLUE value IS 250 (98.05% from 255) = 35.61%
R=29.06%
G=35.33%
B=35.61%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042482500.180.0100.02182.6182.1489.02
HexCCF8FA12102b75259
Octal31437037222102267122131
Binary1100110011111000111110101001010101011011110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF8FA; }

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

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

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

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

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

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

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

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