Html Css Color HEX #DBF0F7 Pattens Blue

📋 copy color: '#DBF0F7'

red 219 ◦ green 240 ◦ blue 247

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

Shades of Pattens Blue #DBF0F7

Tints of Pattens Blue #DBF0F7

RGB

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

 GREEN value IS 240 (94.14% from 255) = 33.99%

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

R = 31.02%
G = 33.99%
B = 34.99%

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

#DBF0F7 (or 0xDBF0F7) is known color: Pattens Blue. HEX triplet: DB, F0 and F7. RGB value is (219,240,247). Sum of RGB (Red+Green+Blue) = 219+240+247=706 (93% of max value = 765). Red value is 219 (85.94% from 255 or 31.02% from 706); Green value is 240 (94.14% from 255 or 33.99% from 706); Blue value is 247 (96.88% from 255 or 34.99% from 706); Max value from RGB is 247 - color contains mainly: blue. Hex color #DBF0F7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF0F7 is #240F08. Grayscale: #EAEAEA. Windows color (decimal): -2363145 or 16249051. OLE color: 16249051.

HSL color Cylindrical-coordinate representation of color #DBF0F7: hue angle of 195º 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 #DBF0F7 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 219 240 247 -
CMYK 0.11 0.03 0 0.03
HSL 195º 0.64% 0.91% -
HSV(B) 195º 0.11% 0.97% -
XYZ 77.16 84.1 100.16 -
YUV 234.52 135.04 116.93 -
System Red Green Blue C M Y K H S L
Decimal 219 240 247 0.11 0.03 0 0.03 195 0.64 0.91
Hex DB F0 F7 B 3 0 3 C3 40 5B
Octal 333 360 367 13 3 0 3 303 100 133
Binary 11011011 11110000 11110111 1011 11 0 11 11000011 1000000 1011011

Color Harmonies of #DBF0F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF0F7

Black with #DBF0F7

Text Example


Text Example

White with #DBF0F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF0F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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