Html Css Color HEX #DBF0F5 Pattens Blue

📋 copy color: '#DBF0F5'

red 219 ◦ green 240 ◦ blue 245

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

Shades of Pattens Blue #DBF0F5

Tints of Pattens Blue #DBF0F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 34.8%

R = 31.11%
G = 34.09%
B = 34.8%

CMYK

 C value IS 0.11

 M value IS 0.02

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DBF0F5 (or 0xDBF0F5) is known color: Pattens Blue. HEX triplet: DB, F0 and F5. RGB value is (219,240,245). Sum of RGB (Red+Green+Blue) = 219+240+245=704 (93% of max value = 765). Red value is 219 (85.94% from 255 or 31.11% from 704); Green value is 240 (94.14% from 255 or 34.09% from 704); Blue value is 245 (96.09% from 255 or 34.80% from 704); Max value from RGB is 245 - color contains mainly: blue. Hex color #DBF0F5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF0F5 is #240F0A. Grayscale: #EAEAEA. Windows color (decimal): -2363147 or 16117979. OLE color: 16117979.

HSL color Cylindrical-coordinate representation of color #DBF0F5: hue angle of 191.54º degrees, saturation: 0.57, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBF0F5 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 219 240 245 -
CMYK 0.11 0.02 0 0.04
HSL 191.54º 0.57% 0.91% -
HSV(B) 191.54º 0.11% 0.96% -
XYZ 76.85 83.97 98.54 -
YUV 234.29 134.04 117.09 -
System Red Green Blue C M Y K H S L
Decimal 219 240 245 0.11 0.02 0 0.04 191.54 0.57 0.91
Hex DB F0 F5 B 2 0 4 C0 39 5B
Octal 333 360 365 13 2 0 4 300 71 133
Binary 11011011 11110000 11110101 1011 10 0 100 11000000 111001 1011011

Color Harmonies of #DBF0F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF0F5

Black with #DBF0F5

Text Example


Text Example

White with #DBF0F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF0F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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