Html Css Color HEX #DBF1FA Pattens Blue

📋 copy color: '#DBF1FA'

red 219 ◦ green 241 ◦ blue 250

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

Shades of Pattens Blue #DBF1FA

Tints of Pattens Blue #DBF1FA

RGB

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

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

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

R = 30.85%
G = 33.94%
B = 35.21%

CMYK

 C value IS 0.12

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DBF1FA (or 0xDBF1FA) is known color: Pattens Blue. HEX triplet: DB, F1 and FA. RGB value is (219,241,250). Sum of RGB (Red+Green+Blue) = 219+241+250=710 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.85% from 710); Green value is 241 (94.53% from 255 or 33.94% from 710); Blue value is 250 (98.05% from 255 or 35.21% from 710); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBF1FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF1FA is #240E05. Grayscale: #EBEBEB. Windows color (decimal): -2362886 or 16445915. OLE color: 16445915.

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

Color convert

RGB 219 241 250 -
CMYK 0.12 0.04 0 0.02
HSL 197.42º 0.76% 0.92% -
HSV(B) 197.42º 0.12% 0.98% -
XYZ 77.92 84.87 102.72 -
YUV 235.45 136.21 116.27 -
System Red Green Blue C M Y K H S L
Decimal 219 241 250 0.12 0.04 0 0.02 197.42 0.76 0.92
Hex DB F1 FA C 4 0 2 C5 4C 5C
Octal 333 361 372 14 4 0 2 305 114 134
Binary 11011011 11110001 11111010 1100 100 0 10 11000101 1001100 1011100

Color Harmonies of #DBF1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF1FA

Black with #DBF1FA

Text Example


Text Example

White with #DBF1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF1FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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