Html Css Color HEX #DBE9EF Pattens Blue

📋 copy color: '#DBE9EF'

red 219 ◦ green 233 ◦ blue 239

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

Shades of Pattens Blue #DBE9EF

Tints of Pattens Blue #DBE9EF

RGB

 RED value IS 219 (85.94% from 255) = 31.69%

 GREEN value IS 233 (91.41% from 255) = 33.72%

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

R = 31.69%
G = 33.72%
B = 34.59%

CMYK

 C value IS 0.08

 M value IS 0.03

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DBE9EF (or 0xDBE9EF) is known color: Pattens Blue. HEX triplet: DB, E9 and EF. RGB value is (219,233,239). Sum of RGB (Red+Green+Blue) = 219+233+239=691 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.69% from 691); Green value is 233 (91.41% from 255 or 33.72% from 691); Blue value is 239 (93.75% from 255 or 34.59% from 691); Max value from RGB is 239 - color contains mainly: blue. Hex color #DBE9EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE9EF is #241610. Grayscale: #E5E5E5. Windows color (decimal): -2364945 or 15722971. OLE color: 15722971.

HSL color Cylindrical-coordinate representation of color #DBE9EF: hue angle of 198º degrees, saturation: 0.38, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBE9EF is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 233 239 -
CMYK 0.08 0.03 0 0.06
HSL 198º 0.38% 0.9% -
HSV(B) 198º 0.08% 0.94% -
XYZ 73.93 79.57 93.12 -
YUV 229.5 133.36 120.51 -
System Red Green Blue C M Y K H S L
Decimal 219 233 239 0.08 0.03 0 0.06 198 0.38 0.9
Hex DB E9 EF 8 3 0 6 C6 26 5A
Octal 333 351 357 10 3 0 6 306 46 132
Binary 11011011 11101001 11101111 1000 11 0 110 11000110 100110 1011010

Color Harmonies of #DBE9EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE9EF

Black with #DBE9EF

Text Example


Text Example

White with #DBE9EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE9EF; }

 p { color: rgb(219,233,239); }

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

background-color css

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

 a { background-color: rgb(219,233,239); }

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

border-color css

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

 span { border-color: rgb(219,233,239); }

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