Html Css Color HEX #DBEEF4 Pattens Blue

📋 copy color: '#DBEEF4'

red 219 ◦ green 238 ◦ blue 244

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

Shades of Pattens Blue #DBEEF4

Tints of Pattens Blue #DBEEF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 34.81%

R = 31.24%
G = 33.95%
B = 34.81%

CMYK

 C value IS 0.10

 M value IS 0.02

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DBEEF4 (or 0xDBEEF4) is known color: Pattens Blue. HEX triplet: DB, EE and F4. RGB value is (219,238,244). Sum of RGB (Red+Green+Blue) = 219+238+244=701 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.24% from 701); Green value is 238 (93.36% from 255 or 33.95% from 701); Blue value is 244 (95.70% from 255 or 34.81% from 701); Max value from RGB is 244 - color contains mainly: blue. Hex color #DBEEF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEEF4 is #24110B. Grayscale: #E8E8E8. Windows color (decimal): -2363660 or 16051931. OLE color: 16051931.

HSL color Cylindrical-coordinate representation of color #DBEEF4: hue angle of 194.4º degrees, saturation: 0.53, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBEEF4 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 219 238 244 -
CMYK 0.10 0.02 0 0.04
HSL 194.4º 0.53% 0.91% -
HSV(B) 194.4º 0.1% 0.96% -
XYZ 76.12 82.74 97.55 -
YUV 233 134.21 118.01 -
System Red Green Blue C M Y K H S L
Decimal 219 238 244 0.10 0.02 0 0.04 194.4 0.53 0.91
Hex DB EE F4 A 2 0 4 C2 35 5B
Octal 333 356 364 12 2 0 4 302 65 133
Binary 11011011 11101110 11110100 1010 10 0 100 11000010 110101 1011011

Color Harmonies of #DBEEF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEEF4

Black with #DBEEF4

Text Example


Text Example

White with #DBEEF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEEF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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