Html Css Color HEX #CCF5E6 Humming Bird

📋 copy color: '#CCF5E6'

red 204 ◦ green 245 ◦ blue 230

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

Shades of Humming Bird #CCF5E6

Tints of Humming Bird #CCF5E6

RGB

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

 GREEN value IS 245 (96.09% from 255) = 36.08%

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

R = 30.04%
G = 36.08%
B = 33.87%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.06

 K value IS 0.04

RGB Variations

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

Color information

#CCF5E6 (or 0xCCF5E6) is known color: Humming Bird. HEX triplet: CC, F5 and E6. RGB value is (204,245,230). Sum of RGB (Red+Green+Blue) = 204+245+230=679 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.04% from 679); Green value is 245 (96.09% from 255 or 36.08% from 679); Blue value is 230 (90.23% from 255 or 33.87% from 679); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF5E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF5E6 is #330A19. Grayscale: #E7E7E7. Windows color (decimal): -3344922 or 15136204. OLE color: 15136204.

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

Color convert

RGB 204 245 230 -
CMYK 0.17 0 0.06 0.04
HSL 158.05º 0.67% 0.88% -
HSV(B) 158.05º 0.17% 0.96% -
XYZ 71.84 83.86 87.26 -
YUV 231.03 127.42 108.72 -
System Red Green Blue C M Y K H S L
Decimal 204 245 230 0.17 0 0.06 0.04 158.05 0.67 0.88
Hex CC F5 E6 11 0 6 4 9E 43 58
Octal 314 365 346 21 0 6 4 236 103 130
Binary 11001100 11110101 11100110 10001 0 110 100 10011110 1000011 1011000

Color Harmonies of #CCF5E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF5E6

Black with #CCF5E6

Text Example


Text Example

White with #CCF5E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF5E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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