#CCFCFD

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

Shades of Light Cyan #CCFCFD

Tints of Light Cyan #CCFCFD

Color information

#CCFCFD (or 0xCCFCFD) is unknown color: approx Light Cyan. HEX triplet: CC, FC and FD. RGB value is (204,252,253). Sum of RGB (Red+Green+Blue) = 204+252+253=709 (93% of max value = 765). Red value is 204 (80.08% from 255 or 28.77% from 709); Green value is 252 (98.83% from 255 or 35.54% from 709); Blue value is 253 (99.22% from 255 or 35.68% from 709); Max value from RGB is 253 - color contains mainly: blue. Hex color #CCFCFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFCFD is #330302. Grayscale: #EDEDED. Windows color (decimal): -3343107 or 16645324. OLE color: 16645324.

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

Color convert

RGB204252253-
CMYK0.190.0000.01
HSL181.22º92.45%89.61%-
HSV(B)181.22º19.37%99.22%-
XYZ77.4489.55106.13-
YUV237.76136.6103.92-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 28.77%
GREEN value IS 252 (98.83% from 255) = 35.54%
BLUE value IS 253 (99.22% from 255) = 35.68%
R=28.77%
G=35.54%
B=35.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042522530.190.0000.01181.2292.4589.61
HexCCFCFD13001b55c5a
Octal31437437523001265134132
Binary110011001111110011111101100110011011010110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFCFD; }

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

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

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

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

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

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

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

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