#CCFAFF

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

Shades of Light Cyan #CCFAFF

Tints of Light Cyan #CCFAFF

Color information

#CCFAFF (or 0xCCFAFF) is unknown color: approx Light Cyan. HEX triplet: CC, FA and FF. RGB value is (204,250,255). Sum of RGB (Red+Green+Blue) = 204+250+255=709 (93% of max value = 765). Red value is 204 (80.08% from 255 or 28.77% from 709); Green value is 250 (98.05% from 255 or 35.26% from 709); Blue value is 255 (100% from 255 or 35.97% from 709); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCFAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFAFF is #330500. Grayscale: #ECECEC. Windows color (decimal): -3343617 or 16775884. OLE color: 16775884.

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

Color convert

RGB204250255-
CMYK0.20.0200
HSL185.88º100%90%-
HSV(B)185.88º20%100%-
XYZ77.1488.43107.61-
YUV236.82138.26104.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 28.77%
GREEN value IS 250 (98.05% from 255) = 35.26%
BLUE value IS 255 (100% from 255) = 35.97%
R=28.77%
G=35.26%
B=35.97%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042502550.20.0200185.8810090
HexCCFAFF14200ba645a
Octal31437237724200272144132
Binary1100110011111010111111111010010001011101011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFAFF; }

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

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

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

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

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

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

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

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