Html Css Color HEX #D0F8EA Humming Bird

📋 copy color: '#D0F8EA'

red 208 ◦ green 248 ◦ blue 234

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

Shades of Humming Bird #D0F8EA

Tints of Humming Bird #D0F8EA

RGB

 RED value IS 208 (81.64% from 255) = 30.14%

 GREEN value IS 248 (97.27% from 255) = 35.94%

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

R = 30.14%
G = 35.94%
B = 33.91%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.06

 K value IS 0.03

RGB Variations

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

Color information

#D0F8EA (or 0xD0F8EA) is known color: Humming Bird. HEX triplet: D0, F8 and EA. RGB value is (208,248,234). Sum of RGB (Red+Green+Blue) = 208+248+234=690 (91% of max value = 765). Red value is 208 (81.64% from 255 or 30.14% from 690); Green value is 248 (97.27% from 255 or 35.94% from 690); Blue value is 234 (91.80% from 255 or 33.91% from 690); Max value from RGB is 248 - color contains mainly: green. Hex color #D0F8EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0F8EA is #2F0715. Grayscale: #EAEAEA. Windows color (decimal): -3082006 or 15399120. OLE color: 15399120.

HSL color Cylindrical-coordinate representation of color #D0F8EA: hue angle of 159º degrees, saturation: 0.74, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0F8EA is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB 208 248 234 -
CMYK 0.16 0 0.06 0.03
HSL 159º 0.74% 0.89% -
HSV(B) 159º 0.16% 0.97% -
XYZ 74.43 86.49 90.61 -
YUV 234.44 127.75 109.14 -
System Red Green Blue C M Y K H S L
Decimal 208 248 234 0.16 0 0.06 0.03 159 0.74 0.89
Hex D0 F8 EA 10 0 6 3 9F 4A 59
Octal 320 370 352 20 0 6 3 237 112 131
Binary 11010000 11111000 11101010 10000 0 110 11 10011111 1001010 1011001

Color Harmonies of #D0F8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F8EA

Black with #D0F8EA

Text Example


Text Example

White with #D0F8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F8EA; }

 p { color: rgb(208,248,234); }

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

background-color css

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

 a { background-color: rgb(208,248,234); }

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

border-color css

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

 span { border-color: rgb(208,248,234); }

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