Html Css Color HEX #DBEFF9 Pattens Blue

📋 copy color: '#DBEFF9'

red 219 ◦ green 239 ◦ blue 249

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

Shades of Pattens Blue #DBEFF9

Tints of Pattens Blue #DBEFF9

RGB

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

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

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

R = 30.98%
G = 33.8%
B = 35.22%

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

#DBEFF9 (or 0xDBEFF9) is known color: Pattens Blue. HEX triplet: DB, EF and F9. RGB value is (219,239,249). Sum of RGB (Red+Green+Blue) = 219+239+249=707 (93% of max value = 765). Red value is 219 (85.94% from 255 or 30.98% from 707); Green value is 239 (93.75% from 255 or 33.80% from 707); Blue value is 249 (97.66% from 255 or 35.22% from 707); Max value from RGB is 249 - color contains mainly: blue. Hex color #DBEFF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEFF9 is #241006. Grayscale: #EAEAEA. Windows color (decimal): -2363399 or 16379867. OLE color: 16379867.

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

Color convert

RGB 219 239 249 -
CMYK 0.12 0.04 0 0.02
HSL 200º 0.71% 0.92% -
HSV(B) 200º 0.12% 0.98% -
XYZ 77.18 83.63 101.7 -
YUV 234.16 136.37 117.19 -
System Red Green Blue C M Y K H S L
Decimal 219 239 249 0.12 0.04 0 0.02 200 0.71 0.92
Hex DB EF F9 C 4 0 2 C8 47 5C
Octal 333 357 371 14 4 0 2 310 107 134
Binary 11011011 11101111 11111001 1100 100 0 10 11001000 1000111 1011100

Color Harmonies of #DBEFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEFF9

Black with #DBEFF9

Text Example


Text Example

White with #DBEFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEFF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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