Html Css Color HEX #CCFAFE Light Cyan

📋 copy color: '#CCFAFE'

red 204 ◦ green 250 ◦ blue 254

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

Shades of Light Cyan #CCFAFE

Tints of Light Cyan #CCFAFE

RGB

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

 GREEN value IS 250 (98.05% from 255) = 35.31%

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

R = 28.81%
G = 35.31%
B = 35.88%

CMYK

 C value IS 0.20

 M value IS 0.02

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CCFAFE (or 0xCCFAFE) is known color: Light Cyan. HEX triplet: CC, FA and FE. RGB value is (204,250,254). Sum of RGB (Red+Green+Blue) = 204+250+254=708 (93% of max value = 765). Red value is 204 (80.08% from 255 or 28.81% from 708); Green value is 250 (98.05% from 255 or 35.31% from 708); Blue value is 254 (99.61% from 255 or 35.88% from 708); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCFAFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFAFE is #330501. Grayscale: #ECECEC. Windows color (decimal): -3343618 or 16710348. OLE color: 16710348.

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

Color convert

RGB 204 250 254 -
CMYK 0.20 0.02 0 0.00
HSL 184.8º 0.96% 0.9% -
HSV(B) 184.8º 0.2% 1% -
XYZ 76.98 88.36 106.76 -
YUV 236.7 137.76 104.67 -
System Red Green Blue C M Y K H S L
Decimal 204 250 254 0.20 0.02 0 0.00 184.8 0.96 0.9
Hex CC FA FE 14 2 0 0 B9 60 5A
Octal 314 372 376 24 2 0 0 271 140 132
Binary 11001100 11111010 11111110 10100 10 0 0 10111001 1100000 1011010

Color Harmonies of #CCFAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFAFE

Black with #CCFAFE

Text Example


Text Example

White with #CCFAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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