Html Css Color HEX #CCF9EA Humming Bird

📋 copy color: '#CCF9EA'

red 204 ◦ green 249 ◦ blue 234

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

Shades of Humming Bird #CCF9EA

Tints of Humming Bird #CCF9EA

RGB

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

 GREEN value IS 249 (97.66% from 255) = 36.24%

 BLUE value IS 234 (91.8% from 255) = 34.06%

R = 29.69%
G = 36.24%
B = 34.06%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#CCF9EA (or 0xCCF9EA) is known color: Humming Bird. HEX triplet: CC, F9 and EA. RGB value is (204,249,234). Sum of RGB (Red+Green+Blue) = 204+249+234=687 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.69% from 687); Green value is 249 (97.66% from 255 or 36.24% from 687); Blue value is 234 (91.80% from 255 or 34.06% from 687); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF9EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF9EA is #330615. Grayscale: #E9E9E9. Windows color (decimal): -3343894 or 15399372. OLE color: 15399372.

HSL color Cylindrical-coordinate representation of color #CCF9EA: hue angle of 160º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCF9EA is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 249 234 -
CMYK 0.18 0 0.06 0.02
HSL 160º 0.79% 0.89% -
HSV(B) 160º 0.18% 0.98% -
XYZ 73.63 86.53 90.66 -
YUV 233.84 128.09 106.72 -
System Red Green Blue C M Y K H S L
Decimal 204 249 234 0.18 0 0.06 0.02 160 0.79 0.89
Hex CC F9 EA 12 0 6 2 A0 4F 59
Octal 314 371 352 22 0 6 2 240 117 131
Binary 11001100 11111001 11101010 10010 0 110 10 10100000 1001111 1011001

Color Harmonies of #CCF9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF9EA

Black with #CCF9EA

Text Example


Text Example

White with #CCF9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF9EA; }

 p { color: rgb(204,249,234); }

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

background-color css

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

 a { background-color: rgb(204,249,234); }

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

border-color css

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

 span { border-color: rgb(204,249,234); }

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