Html Css Color HEX #DBEAF5 Pattens Blue

📋 copy color: '#DBEAF5'

red 219 ◦ green 234 ◦ blue 245

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

Shades of Pattens Blue #DBEAF5

Tints of Pattens Blue #DBEAF5

RGB

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

 GREEN value IS 234 (91.8% from 255) = 33.52%

 BLUE value IS 245 (96.09% from 255) = 35.1%

R = 31.38%
G = 33.52%
B = 35.1%

CMYK

 C value IS 0.11

 M value IS 0.04

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DBEAF5 (or 0xDBEAF5) is known color: Pattens Blue. HEX triplet: DB, EA and F5. RGB value is (219,234,245). Sum of RGB (Red+Green+Blue) = 219+234+245=698 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.38% from 698); Green value is 234 (91.80% from 255 or 33.52% from 698); Blue value is 245 (96.09% from 255 or 35.10% from 698); Max value from RGB is 245 - color contains mainly: blue. Hex color #DBEAF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEAF5 is #24150A. Grayscale: #E6E6E6. Windows color (decimal): -2364683 or 16116443. OLE color: 16116443.

HSL color Cylindrical-coordinate representation of color #DBEAF5: hue angle of 205.38º degrees, saturation: 0.57, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBEAF5 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 219 234 245 -
CMYK 0.11 0.04 0 0.04
HSL 205.38º 0.57% 0.91% -
HSV(B) 205.38º 0.11% 0.96% -
XYZ 75.12 80.5 97.96 -
YUV 230.77 136.03 119.61 -
System Red Green Blue C M Y K H S L
Decimal 219 234 245 0.11 0.04 0 0.04 205.38 0.57 0.91
Hex DB EA F5 B 4 0 4 CD 39 5B
Octal 333 352 365 13 4 0 4 315 71 133
Binary 11011011 11101010 11110101 1011 100 0 100 11001101 111001 1011011

Color Harmonies of #DBEAF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEAF5

Black with #DBEAF5

Text Example


Text Example

White with #DBEAF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEAF5; }

 p { color: rgb(219,234,245); }

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

background-color css

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

 a { background-color: rgb(219,234,245); }

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

border-color css

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

 span { border-color: rgb(219,234,245); }

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