Html Css Color HEX #DBF1FB Pattens Blue

📋 copy color: '#DBF1FB'

red 219 ◦ green 241 ◦ blue 251

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

Shades of Pattens Blue #DBF1FB

Tints of Pattens Blue #DBF1FB

RGB

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

 GREEN value IS 241 (94.53% from 255) = 33.9%

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

R = 30.8%
G = 33.9%
B = 35.3%

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

#DBF1FB (or 0xDBF1FB) is known color: Pattens Blue. HEX triplet: DB, F1 and FB. RGB value is (219,241,251). Sum of RGB (Red+Green+Blue) = 219+241+251=711 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.80% from 711); Green value is 241 (94.53% from 255 or 33.90% from 711); Blue value is 251 (98.44% from 255 or 35.30% from 711); Max value from RGB is 251 - color contains mainly: blue. Hex color #DBF1FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF1FB is #240E04. Grayscale: #EBEBEB. Windows color (decimal): -2362885 or 16511451. OLE color: 16511451.

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

Color convert

RGB 219 241 251 -
CMYK 0.13 0.04 0 0.02
HSL 198.75º 0.8% 0.92% -
HSV(B) 198.75º 0.13% 0.98% -
XYZ 78.08 84.94 103.55 -
YUV 235.56 136.71 116.19 -
System Red Green Blue C M Y K H S L
Decimal 219 241 251 0.13 0.04 0 0.02 198.75 0.8 0.92
Hex DB F1 FB D 4 0 2 C7 50 5C
Octal 333 361 373 15 4 0 2 307 120 134
Binary 11011011 11110001 11111011 1101 100 0 10 11000111 1010000 1011100

Color Harmonies of #DBF1FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF1FB

Black with #DBF1FB

Text Example


Text Example

White with #DBF1FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF1FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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