Html Css Color HEX #CCEFE2 Humming Bird

📋 copy color: '#CCEFE2'

red 204 ◦ green 239 ◦ blue 226

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

Shades of Humming Bird #CCEFE2

Tints of Humming Bird #CCEFE2

RGB

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

 GREEN value IS 239 (93.75% from 255) = 35.72%

 BLUE value IS 226 (88.67% from 255) = 33.78%

R = 30.49%
G = 35.72%
B = 33.78%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#CCEFE2 (or 0xCCEFE2) is known color: Humming Bird. HEX triplet: CC, EF and E2. RGB value is (204,239,226). Sum of RGB (Red+Green+Blue) = 204+239+226=669 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.49% from 669); Green value is 239 (93.75% from 255 or 35.72% from 669); Blue value is 226 (88.67% from 255 or 33.78% from 669); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEFE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEFE2 is #33101D. Grayscale: #E3E3E3. Windows color (decimal): -3346462 or 14872524. OLE color: 14872524.

HSL color Cylindrical-coordinate representation of color #CCEFE2: hue angle of 157.71º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCEFE2 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 239 226 -
CMYK 0.15 0 0.05 0.06
HSL 157.71º 0.52% 0.87% -
HSV(B) 157.71º 0.15% 0.94% -
XYZ 69.5 80.06 83.74 -
YUV 227.05 127.4 111.56 -
System Red Green Blue C M Y K H S L
Decimal 204 239 226 0.15 0 0.05 0.06 157.71 0.52 0.87
Hex CC EF E2 F 0 5 6 9E 34 57
Octal 314 357 342 17 0 5 6 236 64 127
Binary 11001100 11101111 11100010 1111 0 101 110 10011110 110100 1010111

Color Harmonies of #CCEFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEFE2

Black with #CCEFE2

Text Example


Text Example

White with #CCEFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEFE2; }

 p { color: rgb(204,239,226); }

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

background-color css

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

 a { background-color: rgb(204,239,226); }

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

border-color css

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

 span { border-color: rgb(204,239,226); }

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