Html Css Color HEX #CCF6ED Humming Bird

📋 copy color: '#CCF6ED'

red 204 ◦ green 246 ◦ blue 237

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

Shades of Humming Bird #CCF6ED

Tints of Humming Bird #CCF6ED

RGB

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

 GREEN value IS 246 (96.48% from 255) = 35.81%

 BLUE value IS 237 (92.97% from 255) = 34.5%

R = 29.69%
G = 35.81%
B = 34.5%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#CCF6ED (or 0xCCF6ED) is known color: Humming Bird. HEX triplet: CC, F6 and ED. RGB value is (204,246,237). Sum of RGB (Red+Green+Blue) = 204+246+237=687 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.69% from 687); Green value is 246 (96.48% from 255 or 35.81% from 687); Blue value is 237 (92.97% from 255 or 34.50% from 687); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF6ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF6ED is #330912. Grayscale: #E8E8E8. Windows color (decimal): -3344659 or 15595212. OLE color: 15595212.

HSL color Cylindrical-coordinate representation of color #CCF6ED: hue angle of 167.14º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCF6ED is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 246 237 -
CMYK 0.17 0 0.04 0.04
HSL 167.14º 0.7% 0.88% -
HSV(B) 167.14º 0.17% 0.96% -
XYZ 73.14 84.86 92.65 -
YUV 232.42 130.59 107.73 -
System Red Green Blue C M Y K H S L
Decimal 204 246 237 0.17 0 0.04 0.04 167.14 0.7 0.88
Hex CC F6 ED 11 0 4 4 A7 46 58
Octal 314 366 355 21 0 4 4 247 106 130
Binary 11001100 11110110 11101101 10001 0 100 100 10100111 1000110 1011000

Color Harmonies of #CCF6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF6ED

Black with #CCF6ED

Text Example


Text Example

White with #CCF6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF6ED; }

 p { color: rgb(204,246,237); }

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

background-color css

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

 a { background-color: rgb(204,246,237); }

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

border-color css

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

 span { border-color: rgb(204,246,237); }

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