Html Css Color HEX #CCEFE6 Humming Bird

📋 copy color: '#CCEFE6'

red 204 ◦ green 239 ◦ blue 230

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

Shades of Humming Bird #CCEFE6

Tints of Humming Bird #CCEFE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 34.18%

R = 30.31%
G = 35.51%
B = 34.18%

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

#CCEFE6 (or 0xCCEFE6) is known color: Humming Bird. HEX triplet: CC, EF and E6. RGB value is (204,239,230). Sum of RGB (Red+Green+Blue) = 204+239+230=673 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.31% from 673); Green value is 239 (93.75% from 255 or 35.51% from 673); Blue value is 230 (90.23% from 255 or 34.18% from 673); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEFE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEFE6 is #331019. Grayscale: #E3E3E3. Windows color (decimal): -3346458 or 15134668. OLE color: 15134668.

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

Color convert

RGB 204 239 230 -
CMYK 0.15 0 0.04 0.06
HSL 164.57º 0.52% 0.87% -
HSV(B) 164.57º 0.15% 0.94% -
XYZ 70.05 80.28 86.67 -
YUV 227.51 129.4 111.23 -
System Red Green Blue C M Y K H S L
Decimal 204 239 230 0.15 0 0.04 0.06 164.57 0.52 0.87
Hex CC EF E6 F 0 4 6 A5 34 57
Octal 314 357 346 17 0 4 6 245 64 127
Binary 11001100 11101111 11100110 1111 0 100 110 10100101 110100 1010111

Color Harmonies of #CCEFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEFE6

Black with #CCEFE6

Text Example


Text Example

White with #CCEFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEFE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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