Html Css Color HEX #DBF2FA Pattens Blue

📋 copy color: '#DBF2FA'

red 219 ◦ green 242 ◦ blue 250

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

Shades of Pattens Blue #DBF2FA

Tints of Pattens Blue #DBF2FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 35.16%

R = 30.8%
G = 34.04%
B = 35.16%

CMYK

 C value IS 0.12

 M value IS 0.03

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DBF2FA (or 0xDBF2FA) is known color: Pattens Blue. HEX triplet: DB, F2 and FA. RGB value is (219,242,250). Sum of RGB (Red+Green+Blue) = 219+242+250=711 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.80% from 711); Green value is 242 (94.92% from 255 or 34.04% from 711); Blue value is 250 (98.05% from 255 or 35.16% from 711); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBF2FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF2FA is #240D05. Grayscale: #EBEBEB. Windows color (decimal): -2362630 or 16446171. OLE color: 16446171.

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

Color convert

RGB 219 242 250 -
CMYK 0.12 0.03 0 0.02
HSL 195.48º 0.76% 0.92% -
HSV(B) 195.48º 0.12% 0.98% -
XYZ 78.22 85.47 102.82 -
YUV 236.04 135.88 115.85 -
System Red Green Blue C M Y K H S L
Decimal 219 242 250 0.12 0.03 0 0.02 195.48 0.76 0.92
Hex DB F2 FA C 3 0 2 C3 4C 5C
Octal 333 362 372 14 3 0 2 303 114 134
Binary 11011011 11110010 11111010 1100 11 0 10 11000011 1001100 1011100

Color Harmonies of #DBF2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF2FA

Black with #DBF2FA

Text Example


Text Example

White with #DBF2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF2FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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