#CCFCFE

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

Shades of Light Cyan #CCFCFE

Tints of Light Cyan #CCFCFE

Color information

#CCFCFE (or 0xCCFCFE) is unknown color: approx Light Cyan. HEX triplet: CC, FC and FE. RGB value is (204,252,254). Sum of RGB (Red+Green+Blue) = 204+252+254=710 (94% of max value = 765). Red value is 204 (80.08% from 255 or 28.73% from 710); Green value is 252 (98.83% from 255 or 35.49% from 710); Blue value is 254 (99.61% from 255 or 35.77% from 710); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCFCFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFCFE is #330301. Grayscale: #EDEDED. Windows color (decimal): -3343106 or 16710860. OLE color: 16710860.

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

Color convert

RGB204252254-
CMYK0.200.0100.00
HSL182.4º96.15%89.8%-
HSV(B)182.4º19.69%99.61%-
XYZ77.689.61106.97-
YUV237.88137.1103.84-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 28.73%
GREEN value IS 252 (98.83% from 255) = 35.49%
BLUE value IS 254 (99.61% from 255) = 35.77%
R=28.73%
G=35.49%
B=35.77%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2042522540.200.0100.00182.496.1589.8
HexCCFCFE14100b6605a
Octal31437437624100266140132
Binary110011001111110011111110101001001011011011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFCFE; }

 p { color: rgb(204,252,254); }

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

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

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

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

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

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

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