Html Css Color HEX #CCFAEA Humming Bird

📋 copy color: '#CCFAEA'

red 204 ◦ green 250 ◦ blue 234

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

Shades of Humming Bird #CCFAEA

Tints of Humming Bird #CCFAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 34.01%

R = 29.65%
G = 36.34%
B = 34.01%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#CCFAEA (or 0xCCFAEA) is known color: Humming Bird. HEX triplet: CC, FA and EA. RGB value is (204,250,234). Sum of RGB (Red+Green+Blue) = 204+250+234=688 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.65% from 688); Green value is 250 (98.05% from 255 or 36.34% from 688); Blue value is 234 (91.80% from 255 or 34.01% from 688); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFAEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFAEA is #330515. Grayscale: #EAEAEA. Windows color (decimal): -3343638 or 15399628. OLE color: 15399628.

HSL color Cylindrical-coordinate representation of color #CCFAEA: hue angle of 159.13º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCFAEA is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 250 234 -
CMYK 0.18 0 0.06 0.02
HSL 159.13º 0.82% 0.89% -
HSV(B) 159.13º 0.18% 0.98% -
XYZ 73.94 87.15 90.77 -
YUV 234.42 127.76 106.3 -
System Red Green Blue C M Y K H S L
Decimal 204 250 234 0.18 0 0.06 0.02 159.13 0.82 0.89
Hex CC FA EA 12 0 6 2 9F 52 59
Octal 314 372 352 22 0 6 2 237 122 131
Binary 11001100 11111010 11101010 10010 0 110 10 10011111 1010010 1011001

Color Harmonies of #CCFAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFAEA

Black with #CCFAEA

Text Example


Text Example

White with #CCFAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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