Html Css Color HEX #D0EDF9 Pattens Blue

📋 copy color: '#D0EDF9'

red 208 ◦ green 237 ◦ blue 249

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

Shades of Pattens Blue #D0EDF9

Tints of Pattens Blue #D0EDF9

RGB

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

 GREEN value IS 237 (92.97% from 255) = 34.15%

 BLUE value IS 249 (97.66% from 255) = 35.88%

R = 29.97%
G = 34.15%
B = 35.88%

CMYK

 C value IS 0.16

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D0EDF9 (or 0xD0EDF9) is known color: Pattens Blue. HEX triplet: D0, ED and F9. RGB value is (208,237,249). Sum of RGB (Red+Green+Blue) = 208+237+249=694 (91% of max value = 765). Red value is 208 (81.64% from 255 or 29.97% from 694); Green value is 237 (92.97% from 255 or 34.15% from 694); Blue value is 249 (97.66% from 255 or 35.88% from 694); Max value from RGB is 249 - color contains mainly: blue. Hex color #D0EDF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0EDF9 is #2F1206. Grayscale: #E5E5E5. Windows color (decimal): -3084807 or 16379344. OLE color: 16379344.

HSL color Cylindrical-coordinate representation of color #D0EDF9: hue angle of 197.56º degrees, saturation: 0.77, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0EDF9 is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 237 249 -
CMYK 0.16 0.05 0 0.02
HSL 197.56º 0.77% 0.9% -
HSV(B) 197.56º 0.16% 0.98% -
XYZ 73.4 80.82 101.35 -
YUV 229.7 138.89 112.52 -
System Red Green Blue C M Y K H S L
Decimal 208 237 249 0.16 0.05 0 0.02 197.56 0.77 0.9
Hex D0 ED F9 10 5 0 2 C6 4D 5A
Octal 320 355 371 20 5 0 2 306 115 132
Binary 11010000 11101101 11111001 10000 101 0 10 11000110 1001101 1011010

Color Harmonies of #D0EDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EDF9

Black with #D0EDF9

Text Example


Text Example

White with #D0EDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EDF9; }

 p { color: rgb(208,237,249); }

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

background-color css

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

 a { background-color: rgb(208,237,249); }

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

border-color css

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

 span { border-color: rgb(208,237,249); }

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