Html Css Color HEX #DBEEFA Pattens Blue

📋 copy color: '#DBEEFA'

red 219 ◦ green 238 ◦ blue 250

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

Shades of Pattens Blue #DBEEFA

Tints of Pattens Blue #DBEEFA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 33.66%

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

R = 30.98%
G = 33.66%
B = 35.36%

CMYK

 C value IS 0.12

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DBEEFA (or 0xDBEEFA) is known color: Pattens Blue. HEX triplet: DB, EE and FA. RGB value is (219,238,250). Sum of RGB (Red+Green+Blue) = 219+238+250=707 (93% of max value = 765). Red value is 219 (85.94% from 255 or 30.98% from 707); Green value is 238 (93.36% from 255 or 33.66% from 707); Blue value is 250 (98.05% from 255 or 35.36% from 707); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBEEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEEFA is #241105. Grayscale: #E9E9E9. Windows color (decimal): -2363654 or 16445147. OLE color: 16445147.

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

Color convert

RGB 219 238 250 -
CMYK 0.12 0.05 0 0.02
HSL 203.23º 0.76% 0.92% -
HSV(B) 203.23º 0.12% 0.98% -
XYZ 77.04 83.11 102.42 -
YUV 233.69 137.21 117.52 -
System Red Green Blue C M Y K H S L
Decimal 219 238 250 0.12 0.05 0 0.02 203.23 0.76 0.92
Hex DB EE FA C 5 0 2 CB 4C 5C
Octal 333 356 372 14 5 0 2 313 114 134
Binary 11011011 11101110 11111010 1100 101 0 10 11001011 1001100 1011100

Color Harmonies of #DBEEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEEFA

Black with #DBEEFA

Text Example


Text Example

White with #DBEEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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