#CCFAFB

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

Shades of Light Cyan #CCFAFB

Tints of Light Cyan #CCFAFB

Color information

#CCFAFB (or 0xCCFAFB) is unknown color: approx Light Cyan. HEX triplet: CC, FA and FB. RGB value is (204,250,251). Sum of RGB (Red+Green+Blue) = 204+250+251=705 (93% of max value = 765). Red value is 204 (80.08% from 255 or 28.94% from 705); Green value is 250 (98.05% from 255 or 35.46% from 705); Blue value is 251 (98.44% from 255 or 35.60% from 705); Max value from RGB is 251 - color contains mainly: blue. Hex color #CCFAFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFAFB is #330504. Grayscale: #ECECEC. Windows color (decimal): -3343621 or 16513740. OLE color: 16513740.

HSL color Cylindrical-coordinate representation of color #CCFAFB: hue angle of 181.28º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCFAFB is Cyan = 0.19, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB204250251-
CMYK0.190.0000.02
HSL181.28º85.45%89.22%-
HSV(B)181.28º18.73%98.43%-
XYZ76.588.17104.25-
YUV236.36136.26104.92-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 28.94%
GREEN value IS 250 (98.05% from 255) = 35.46%
BLUE value IS 251 (98.44% from 255) = 35.60%
R=28.94%
G=35.46%
B=35.60%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042502510.190.0000.02181.2885.4589.22
HexCCFAFB13002b55559
Octal31437237323002265125131
Binary1100110011111010111110111001100101011010110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFAFB; }

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

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

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

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

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

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

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

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