Html Css Color HEX #D0EFF8 Pattens Blue

📋 copy color: '#D0EFF8'

red 208 ◦ green 239 ◦ blue 248

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

Shades of Pattens Blue #D0EFF8

Tints of Pattens Blue #D0EFF8

RGB

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

 GREEN value IS 239 (93.75% from 255) = 34.39%

 BLUE value IS 248 (97.27% from 255) = 35.68%

R = 29.93%
G = 34.39%
B = 35.68%

CMYK

 C value IS 0.16

 M value IS 0.04

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D0EFF8 (or 0xD0EFF8) is known color: Pattens Blue. HEX triplet: D0, EF and F8. RGB value is (208,239,248). Sum of RGB (Red+Green+Blue) = 208+239+248=695 (92% of max value = 765). Red value is 208 (81.64% from 255 or 29.93% from 695); Green value is 239 (93.75% from 255 or 34.39% from 695); Blue value is 248 (97.27% from 255 or 35.68% from 695); Max value from RGB is 248 - color contains mainly: blue. Hex color #D0EFF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0EFF8 is #2F1007. Grayscale: #E6E6E6. Windows color (decimal): -3084296 or 16314320. OLE color: 16314320.

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

Color convert

RGB 208 239 248 -
CMYK 0.16 0.04 0 0.03
HSL 193.5º 0.74% 0.89% -
HSV(B) 193.5º 0.16% 0.97% -
XYZ 73.82 81.92 100.73 -
YUV 230.76 137.73 111.77 -
System Red Green Blue C M Y K H S L
Decimal 208 239 248 0.16 0.04 0 0.03 193.5 0.74 0.89
Hex D0 EF F8 10 4 0 3 C2 4A 59
Octal 320 357 370 20 4 0 3 302 112 131
Binary 11010000 11101111 11111000 10000 100 0 11 11000010 1001010 1011001

Color Harmonies of #D0EFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EFF8

Black with #D0EFF8

Text Example


Text Example

White with #D0EFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EFF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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