Html Css Color HEX #DBF0FB Pattens Blue

📋 copy color: '#DBF0FB'

red 219 ◦ green 240 ◦ blue 251

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

Shades of Pattens Blue #DBF0FB

Tints of Pattens Blue #DBF0FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 35.35%

R = 30.85%
G = 33.8%
B = 35.35%

CMYK

 C value IS 0.13

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DBF0FB (or 0xDBF0FB) is known color: Pattens Blue. HEX triplet: DB, F0 and FB. RGB value is (219,240,251). Sum of RGB (Red+Green+Blue) = 219+240+251=710 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.85% from 710); Green value is 240 (94.14% from 255 or 33.80% from 710); Blue value is 251 (98.44% from 255 or 35.35% from 710); Max value from RGB is 251 - color contains mainly: blue. Hex color #DBF0FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF0FB is #240F04. Grayscale: #EAEAEA. Windows color (decimal): -2363141 or 16511195. OLE color: 16511195.

HSL color Cylindrical-coordinate representation of color #DBF0FB: hue angle of 200.62º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBF0FB is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 240 251 -
CMYK 0.13 0.04 0 0.02
HSL 200.63º 0.8% 0.92% -
HSV(B) 200.63º 0.13% 0.98% -
XYZ 77.79 84.35 103.45 -
YUV 234.98 137.04 116.61 -
System Red Green Blue C M Y K H S L
Decimal 219 240 251 0.13 0.04 0 0.02 200.63 0.8 0.92
Hex DB F0 FB D 4 0 2 C9 50 5C
Octal 333 360 373 15 4 0 2 311 120 134
Binary 11011011 11110000 11111011 1101 100 0 10 11001001 1010000 1011100

Color Harmonies of #DBF0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF0FB

Black with #DBF0FB

Text Example


Text Example

White with #DBF0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF0FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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