Html Css Color HEX #CCF6FE Light Cyan

📋 copy color: '#CCF6FE'

red 204 ◦ green 246 ◦ blue 254

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

Shades of Light Cyan #CCF6FE

Tints of Light Cyan #CCF6FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 36.08%

R = 28.98%
G = 34.94%
B = 36.08%

CMYK

 C value IS 0.20

 M value IS 0.03

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CCF6FE (or 0xCCF6FE) is known color: Light Cyan. HEX triplet: CC, F6 and FE. RGB value is (204,246,254). Sum of RGB (Red+Green+Blue) = 204+246+254=704 (93% of max value = 765). Red value is 204 (80.08% from 255 or 28.98% from 704); Green value is 246 (96.48% from 255 or 34.94% from 704); Blue value is 254 (99.61% from 255 or 36.08% from 704); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCF6FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF6FE is #330901. Grayscale: #EAEAEA. Windows color (decimal): -3344642 or 16709324. OLE color: 16709324.

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

Color convert

RGB 204 246 254 -
CMYK 0.20 0.03 0 0.00
HSL 189.6º 0.96% 0.9% -
HSV(B) 189.6º 0.2% 1% -
XYZ 75.75 85.9 106.35 -
YUV 234.35 139.09 106.35 -
System Red Green Blue C M Y K H S L
Decimal 204 246 254 0.20 0.03 0 0.00 189.6 0.96 0.9
Hex CC F6 FE 14 3 0 0 BE 60 5A
Octal 314 366 376 24 3 0 0 276 140 132
Binary 11001100 11110110 11111110 10100 11 0 0 10111110 1100000 1011010

Color Harmonies of #CCF6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF6FE

Black with #CCF6FE

Text Example


Text Example

White with #CCF6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF6FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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