Html Css Color HEX #DBEAF9 Pattens Blue

📋 copy color: '#DBEAF9'

red 219 ◦ green 234 ◦ blue 249

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

Shades of Pattens Blue #DBEAF9

Tints of Pattens Blue #DBEAF9

RGB

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

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

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

R = 31.2%
G = 33.33%
B = 35.47%

CMYK

 C value IS 0.12

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DBEAF9 (or 0xDBEAF9) is known color: Pattens Blue. HEX triplet: DB, EA and F9. RGB value is (219,234,249). Sum of RGB (Red+Green+Blue) = 219+234+249=702 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.20% from 702); Green value is 234 (91.80% from 255 or 33.33% from 702); Blue value is 249 (97.66% from 255 or 35.47% from 702); Max value from RGB is 249 - color contains mainly: blue. Hex color #DBEAF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEAF9 is #241506. Grayscale: #E7E7E7. Windows color (decimal): -2364679 or 16378587. OLE color: 16378587.

HSL color Cylindrical-coordinate representation of color #DBEAF9: hue angle of 210º degrees, saturation: 0.71, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBEAF9 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 234 249 -
CMYK 0.12 0.06 0 0.02
HSL 210º 0.71% 0.92% -
HSV(B) 210º 0.12% 0.98% -
XYZ 75.74 80.75 101.22 -
YUV 231.23 138.03 119.28 -
System Red Green Blue C M Y K H S L
Decimal 219 234 249 0.12 0.06 0 0.02 210 0.71 0.92
Hex DB EA F9 C 6 0 2 D2 47 5C
Octal 333 352 371 14 6 0 2 322 107 134
Binary 11011011 11101010 11111001 1100 110 0 10 11010010 1000111 1011100

Color Harmonies of #DBEAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEAF9

Black with #DBEAF9

Text Example


Text Example

White with #DBEAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEAF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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