Html Css Color HEX #DBF2FB Pattens Blue

📋 copy color: '#DBF2FB'

red 219 ◦ green 242 ◦ blue 251

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

Shades of Pattens Blue #DBF2FB

Tints of Pattens Blue #DBF2FB

RGB

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

 GREEN value IS 242 (94.92% from 255) = 33.99%

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

R = 30.76%
G = 33.99%
B = 35.25%

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

#DBF2FB (or 0xDBF2FB) is known color: Pattens Blue. HEX triplet: DB, F2 and FB. RGB value is (219,242,251). Sum of RGB (Red+Green+Blue) = 219+242+251=712 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.76% from 712); Green value is 242 (94.92% from 255 or 33.99% from 712); Blue value is 251 (98.44% from 255 or 35.25% from 712); Max value from RGB is 251 - color contains mainly: blue. Hex color #DBF2FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF2FB is #240D04. Grayscale: #ECECEC. Windows color (decimal): -2362629 or 16511707. OLE color: 16511707.

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

Color convert

RGB 219 242 251 -
CMYK 0.13 0.04 0 0.02
HSL 196.88º 0.8% 0.92% -
HSV(B) 196.88º 0.13% 0.98% -
XYZ 78.38 85.53 103.64 -
YUV 236.15 136.38 115.77 -
System Red Green Blue C M Y K H S L
Decimal 219 242 251 0.13 0.04 0 0.02 196.88 0.8 0.92
Hex DB F2 FB D 4 0 2 C5 50 5C
Octal 333 362 373 15 4 0 2 305 120 134
Binary 11011011 11110010 11111011 1101 100 0 10 11000101 1010000 1011100

Color Harmonies of #DBF2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF2FB

Black with #DBF2FB

Text Example


Text Example

White with #DBF2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF2FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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