Html Css Color HEX #CFF9EA Humming Bird

📋 copy color: '#CFF9EA'

red 207 ◦ green 249 ◦ blue 234

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

Shades of Humming Bird #CFF9EA

Tints of Humming Bird #CFF9EA

RGB

 RED value IS 207 (81.25% from 255) = 30%

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

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

R = 30%
G = 36.09%
B = 33.91%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#CFF9EA (or 0xCFF9EA) is known color: Humming Bird. HEX triplet: CF, F9 and EA. RGB value is (207,249,234). Sum of RGB (Red+Green+Blue) = 207+249+234=690 (91% of max value = 765). Red value is 207 (81.25% from 255 or 30% from 690); Green value is 249 (97.66% from 255 or 36.09% from 690); Blue value is 234 (91.80% from 255 or 33.91% from 690); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF9EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF9EA is #300615. Grayscale: #EAEAEA. Windows color (decimal): -3147286 or 15399375. OLE color: 15399375.

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

Color convert

RGB 207 249 234 -
CMYK 0.17 0 0.06 0.02
HSL 158.57º 0.78% 0.89% -
HSV(B) 158.57º 0.17% 0.98% -
XYZ 74.46 86.96 90.7 -
YUV 234.73 127.59 108.22 -
System Red Green Blue C M Y K H S L
Decimal 207 249 234 0.17 0 0.06 0.02 158.57 0.78 0.89
Hex CF F9 EA 11 0 6 2 9F 4E 59
Octal 317 371 352 21 0 6 2 237 116 131
Binary 11001111 11111001 11101010 10001 0 110 10 10011111 1001110 1011001

Color Harmonies of #CFF9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF9EA

Black with #CFF9EA

Text Example


Text Example

White with #CFF9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF9EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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