Html Css Color HEX #CCEFE5 Humming Bird

📋 copy color: '#CCEFE5'

red 204 ◦ green 239 ◦ blue 229

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

Shades of Humming Bird #CCEFE5

Tints of Humming Bird #CCEFE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 34.08%

R = 30.36%
G = 35.57%
B = 34.08%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#CCEFE5 (or 0xCCEFE5) is known color: Humming Bird. HEX triplet: CC, EF and E5. RGB value is (204,239,229). Sum of RGB (Red+Green+Blue) = 204+239+229=672 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.36% from 672); Green value is 239 (93.75% from 255 or 35.57% from 672); Blue value is 229 (89.84% from 255 or 34.08% from 672); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEFE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEFE5 is #33101A. Grayscale: #E3E3E3. Windows color (decimal): -3346459 or 15069132. OLE color: 15069132.

HSL color Cylindrical-coordinate representation of color #CCEFE5: hue angle of 162.86º 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 #CCEFE5 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 239 229 -
CMYK 0.15 0 0.04 0.06
HSL 162.86º 0.52% 0.87% -
HSV(B) 162.86º 0.15% 0.94% -
XYZ 69.91 80.23 85.93 -
YUV 227.4 128.9 111.31 -
System Red Green Blue C M Y K H S L
Decimal 204 239 229 0.15 0 0.04 0.06 162.86 0.52 0.87
Hex CC EF E5 F 0 4 6 A3 34 57
Octal 314 357 345 17 0 4 6 243 64 127
Binary 11001100 11101111 11100101 1111 0 100 110 10100011 110100 1010111

Color Harmonies of #CCEFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEFE5

Black with #CCEFE5

Text Example


Text Example

White with #CCEFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEFE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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