Html Css Color HEX #CCF6FC Light Cyan

📋 copy color: '#CCF6FC'

red 204 ◦ green 246 ◦ blue 252

#CCF6FC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Cyan #CCF6FC

Tints of Light Cyan #CCF6FC

RGB

 RED value IS 204 (80.08% from 255) = 29.06%

 GREEN value IS 246 (96.48% from 255) = 35.04%

 BLUE value IS 252 (98.83% from 255) = 35.9%

R = 29.06%
G = 35.04%
B = 35.9%

CMYK

 C value IS 0.19

 M value IS 0.02

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CCF6FC (or 0xCCF6FC) is known color: Light Cyan. HEX triplet: CC, F6 and FC. RGB value is (204,246,252). Sum of RGB (Red+Green+Blue) = 204+246+252=702 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.06% from 702); Green value is 246 (96.48% from 255 or 35.04% from 702); Blue value is 252 (98.83% from 255 or 35.90% from 702); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCF6FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF6FC is #330903. Grayscale: #EAEAEA. Windows color (decimal): -3344644 or 16578252. OLE color: 16578252.

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

Color convert

RGB 204 246 252 -
CMYK 0.19 0.02 0 0.01
HSL 187.5º 0.89% 0.89% -
HSV(B) 187.5º 0.19% 0.99% -
XYZ 75.43 85.78 104.68 -
YUV 234.13 138.09 106.51 -
System Red Green Blue C M Y K H S L
Decimal 204 246 252 0.19 0.02 0 0.01 187.5 0.89 0.89
Hex CC F6 FC 13 2 0 1 BC 59 59
Octal 314 366 374 23 2 0 1 274 131 131
Binary 11001100 11110110 11111100 10011 10 0 1 10111100 1011001 1011001

Color Harmonies of #CCF6FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF6FC

Black with #CCF6FC

Text Example


Text Example

White with #CCF6FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF6FC; }

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

 H1.HeaderClassName
 {
   color: #CCF6FC;
 }
 .AnyTagClassName
 {
   color: #CCF6FC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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