Html Css Color HEX #CCF9EF Humming Bird

📋 copy color: '#CCF9EF'

red 204 ◦ green 249 ◦ blue 239

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

Shades of Humming Bird #CCF9EF

Tints of Humming Bird #CCF9EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 34.54%

R = 29.48%
G = 35.98%
B = 34.54%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#CCF9EF (or 0xCCF9EF) is known color: Humming Bird. HEX triplet: CC, F9 and EF. RGB value is (204,249,239). Sum of RGB (Red+Green+Blue) = 204+249+239=692 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.48% from 692); Green value is 249 (97.66% from 255 or 35.98% from 692); Blue value is 239 (93.75% from 255 or 34.54% from 692); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF9EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF9EF is #330610. Grayscale: #EAEAEA. Windows color (decimal): -3343889 or 15727052. OLE color: 15727052.

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

Color convert

RGB 204 249 239 -
CMYK 0.18 0 0.04 0.02
HSL 166.67º 0.79% 0.89% -
HSV(B) 166.67º 0.18% 0.98% -
XYZ 74.36 86.82 94.5 -
YUV 234.41 130.59 106.31 -
System Red Green Blue C M Y K H S L
Decimal 204 249 239 0.18 0 0.04 0.02 166.67 0.79 0.89
Hex CC F9 EF 12 0 4 2 A7 4F 59
Octal 314 371 357 22 0 4 2 247 117 131
Binary 11001100 11111001 11101111 10010 0 100 10 10100111 1001111 1011001

Color Harmonies of #CCF9EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF9EF

Black with #CCF9EF

Text Example


Text Example

White with #CCF9EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF9EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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