Html Css Color HEX #DBEEFE Pattens Blue

📋 copy color: '#DBEEFE'

red 219 ◦ green 238 ◦ blue 254

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

Shades of Pattens Blue #DBEEFE

Tints of Pattens Blue #DBEEFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 35.72%

R = 30.8%
G = 33.47%
B = 35.72%

CMYK

 C value IS 0.14

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DBEEFE (or 0xDBEEFE) is known color: Pattens Blue. HEX triplet: DB, EE and FE. RGB value is (219,238,254). Sum of RGB (Red+Green+Blue) = 219+238+254=711 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.80% from 711); Green value is 238 (93.36% from 255 or 33.47% from 711); Blue value is 254 (99.61% from 255 or 35.72% from 711); Max value from RGB is 254 - color contains mainly: blue. Hex color #DBEEFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEEFE is #241101. Grayscale: #EAEAEA. Windows color (decimal): -2363650 or 16707291. OLE color: 16707291.

HSL color Cylindrical-coordinate representation of color #DBEEFE: hue angle of 207.43º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBEEFE is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 219 238 254 -
CMYK 0.14 0.06 0 0.00
HSL 207.43º 0.95% 0.93% -
HSV(B) 207.43º 0.14% 1% -
XYZ 77.68 83.36 105.76 -
YUV 234.14 139.21 117.2 -
System Red Green Blue C M Y K H S L
Decimal 219 238 254 0.14 0.06 0 0.00 207.43 0.95 0.93
Hex DB EE FE E 6 0 0 CF 5F 5D
Octal 333 356 376 16 6 0 0 317 137 135
Binary 11011011 11101110 11111110 1110 110 0 0 11001111 1011111 1011101

Color Harmonies of #DBEEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEEFE

Black with #DBEEFE

Text Example


Text Example

White with #DBEEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEEFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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