Html Css Color HEX #CCFEFA Light Cyan

📋 copy color: '#CCFEFA'

red 204 ◦ green 254 ◦ blue 250

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

Shades of Light Cyan #CCFEFA

Tints of Light Cyan #CCFEFA

RGB

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

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

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

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

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

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

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

Color convert

RGB 204 254 250 -
CMYK 0.20 0 0.02 0.00
HSL 175.2º 0.96% 0.9% -
HSV(B) 175.2º 0.2% 1% -
XYZ 77.6 90.62 103.84 -
YUV 238.59 134.44 103.33 -
System Red Green Blue C M Y K H S L
Decimal 204 254 250 0.20 0 0.02 0.00 175.2 0.96 0.9
Hex CC FE FA 14 0 2 0 AF 60 5A
Octal 314 376 372 24 0 2 0 257 140 132
Binary 11001100 11111110 11111010 10100 0 10 0 10101111 1100000 1011010

Color Harmonies of #CCFEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFEFA

Black with #CCFEFA

Text Example


Text Example

White with #CCFEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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