#CCFDFD

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

Shades of Light Cyan #CCFDFD

Tints of Light Cyan #CCFDFD

Color information

#CCFDFD (or 0xCCFDFD) is unknown color: approx Light Cyan. HEX triplet: CC, FD and FD. RGB value is (204,253,253). Sum of RGB (Red+Green+Blue) = 204+253+253=710 (94% of max value = 765). Red value is 204 (80.08% from 255 or 28.73% from 710); Green value is 253 (99.22% from 255 or 35.63% from 710); Blue value is 253 (99.22% from 255 or 35.63% from 710); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #CCFDFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFDFD is #330202. Grayscale: #EEEEEE. Windows color (decimal): -3342851 or 16645580. OLE color: 16645580.

HSL color Cylindrical-coordinate representation of color #CCFDFD: hue angle of 180º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCFDFD is Cyan = 0.19, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB204253253-
CMYK0.19000.01
HSL180º92.45%89.61%-
HSV(B)180º19.37%99.22%-
XYZ77.7690.18106.24-
YUV238.35136.27103.5-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 28.73%
GREEN value IS 253 (99.22% from 255) = 35.63%
BLUE value IS 253 (99.22% from 255) = 35.63%
R=28.73%
G=35.63%
B=35.63%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042532530.19000.0118092.4589.61
HexCCFDFD13001b45c5a
Octal31437537523001264134132
Binary110011001111110111111101100110011011010010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFDFD; }

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

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

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

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

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

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

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

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