Html Css Color HEX #DBEEF9 Pattens Blue

📋 copy color: '#DBEEF9'

red 219 ◦ green 238 ◦ blue 249

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

Shades of Pattens Blue #DBEEF9

Tints of Pattens Blue #DBEEF9

RGB

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

 GREEN value IS 238 (93.36% from 255) = 33.71%

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

R = 31.02%
G = 33.71%
B = 35.27%

CMYK

 C value IS 0.12

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DBEEF9 (or 0xDBEEF9) is known color: Pattens Blue. HEX triplet: DB, EE and F9. RGB value is (219,238,249). Sum of RGB (Red+Green+Blue) = 219+238+249=706 (93% of max value = 765). Red value is 219 (85.94% from 255 or 31.02% from 706); Green value is 238 (93.36% from 255 or 33.71% from 706); Blue value is 249 (97.66% from 255 or 35.27% from 706); Max value from RGB is 249 - color contains mainly: blue. Hex color #DBEEF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEEF9 is #241106. Grayscale: #E9E9E9. Windows color (decimal): -2363655 or 16379611. OLE color: 16379611.

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

Color convert

RGB 219 238 249 -
CMYK 0.12 0.04 0 0.02
HSL 202º 0.71% 0.92% -
HSV(B) 202º 0.12% 0.98% -
XYZ 76.89 83.05 101.6 -
YUV 233.57 136.71 117.61 -
System Red Green Blue C M Y K H S L
Decimal 219 238 249 0.12 0.04 0 0.02 202 0.71 0.92
Hex DB EE F9 C 4 0 2 CA 47 5C
Octal 333 356 371 14 4 0 2 312 107 134
Binary 11011011 11101110 11111001 1100 100 0 10 11001010 1000111 1011100

Color Harmonies of #DBEEF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEEF9

Black with #DBEEF9

Text Example


Text Example

White with #DBEEF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEEF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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