Html Css Color HEX #DBEFF7 Pattens Blue

📋 copy color: '#DBEFF7'

red 219 ◦ green 239 ◦ blue 247

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

Shades of Pattens Blue #DBEFF7

Tints of Pattens Blue #DBEFF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 35.04%

R = 31.06%
G = 33.9%
B = 35.04%

CMYK

 C value IS 0.11

 M value IS 0.03

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DBEFF7 (or 0xDBEFF7) is known color: Pattens Blue. HEX triplet: DB, EF and F7. RGB value is (219,239,247). Sum of RGB (Red+Green+Blue) = 219+239+247=705 (93% of max value = 765). Red value is 219 (85.94% from 255 or 31.06% from 705); Green value is 239 (93.75% from 255 or 33.90% from 705); Blue value is 247 (96.88% from 255 or 35.04% from 705); Max value from RGB is 247 - color contains mainly: blue. Hex color #DBEFF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEFF7 is #241008. Grayscale: #E9E9E9. Windows color (decimal): -2363401 or 16248795. OLE color: 16248795.

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

Color convert

RGB 219 239 247 -
CMYK 0.11 0.03 0 0.03
HSL 197.14º 0.64% 0.91% -
HSV(B) 197.14º 0.11% 0.97% -
XYZ 76.87 83.51 100.06 -
YUV 233.93 135.37 117.35 -
System Red Green Blue C M Y K H S L
Decimal 219 239 247 0.11 0.03 0 0.03 197.14 0.64 0.91
Hex DB EF F7 B 3 0 3 C5 40 5B
Octal 333 357 367 13 3 0 3 305 100 133
Binary 11011011 11101111 11110111 1011 11 0 11 11000101 1000000 1011011

Color Harmonies of #DBEFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEFF7

Black with #DBEFF7

Text Example


Text Example

White with #DBEFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEFF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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