Html Css Color HEX #CCFFFE Light Cyan

📋 copy color: '#CCFFFE'

red 204 ◦ green 255 ◦ blue 254

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

Shades of Light Cyan #CCFFFE

Tints of Light Cyan #CCFFFE

RGB

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

 GREEN value IS 255 (100% from 255) = 35.76%

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

R = 28.61%
G = 35.76%
B = 35.62%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.00

 K value IS 0

RGB Variations

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

Color information

#CCFFFE (or 0xCCFFFE) is known color: Light Cyan. HEX triplet: CC, FF and FE. RGB value is (204,255,254). Sum of RGB (Red+Green+Blue) = 204+255+254=713 (94% of max value = 765). Red value is 204 (80.08% from 255 or 28.61% from 713); Green value is 255 (100% from 255 or 35.76% from 713); Blue value is 254 (99.61% from 255 or 35.62% from 713); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFFFE is #330001. Grayscale: #EFEFEF. Windows color (decimal): -3342338 or 16711628. OLE color: 16711628.

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

Color convert

RGB 204 255 254 -
CMYK 0.2 0 0.00 0
HSL 178.82º 1% 0.9% -
HSV(B) 178.82º 0.2% 1% -
XYZ 78.55 91.51 107.29 -
YUV 239.64 136.1 102.58 -
System Red Green Blue C M Y K H S L
Decimal 204 255 254 0.2 0 0.00 0 178.82 1 0.9
Hex CC FF FE 14 0 0 0 B3 64 5A
Octal 314 377 376 24 0 0 0 263 144 132
Binary 11001100 11111111 11111110 10100 0 0 0 10110011 1100100 1011010

Color Harmonies of #CCFFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFFFE

Black with #CCFFFE

Text Example


Text Example

White with #CCFFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFFFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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