#CCFEFD

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

Shades of Light Cyan #CCFEFD

Tints of Light Cyan #CCFEFD

Color information

#CCFEFD (or 0xCCFEFD) is unknown color: approx Light Cyan. HEX triplet: CC, FE and FD. RGB value is (204,254,253). Sum of RGB (Red+Green+Blue) = 204+254+253=711 (94% of max value = 765). Red value is 204 (80.08% from 255 or 28.69% from 711); Green value is 254 (99.61% from 255 or 35.72% from 711); Blue value is 253 (99.22% from 255 or 35.58% from 711); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFEFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFEFD is #330102. Grayscale: #EEEEEE. Windows color (decimal): -3342595 or 16645836. OLE color: 16645836.

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

Color convert

RGB204254253-
CMYK0.2000.000.00
HSL178.8º96.15%89.8%-
HSV(B)178.8º19.69%99.61%-
XYZ78.0790.81106.34-
YUV238.94135.94103.08-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 28.69%
GREEN value IS 254 (99.61% from 255) = 35.72%
BLUE value IS 253 (99.22% from 255) = 35.58%
R=28.69%
G=35.72%
B=35.58%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2042542530.2000.000.00178.896.1589.8
HexCCFEFD14000b3605a
Octal31437637524000263140132
Binary110011001111111011111101101000001011001111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFEFD; }

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

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

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

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

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

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

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

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