Html Css Color HEX #DBEFF5 Pattens Blue

📋 copy color: '#DBEFF5'

red 219 ◦ green 239 ◦ blue 245

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

Shades of Pattens Blue #DBEFF5

Tints of Pattens Blue #DBEFF5

RGB

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

 GREEN value IS 239 (93.75% from 255) = 34%

 BLUE value IS 245 (96.09% from 255) = 34.85%

R = 31.15%
G = 34%
B = 34.85%

CMYK

 C value IS 0.11

 M value IS 0.02

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DBEFF5 (or 0xDBEFF5) is known color: Pattens Blue. HEX triplet: DB, EF and F5. RGB value is (219,239,245). Sum of RGB (Red+Green+Blue) = 219+239+245=703 (93% of max value = 765). Red value is 219 (85.94% from 255 or 31.15% from 703); Green value is 239 (93.75% from 255 or 34.00% from 703); Blue value is 245 (96.09% from 255 or 34.85% from 703); Max value from RGB is 245 - color contains mainly: blue. Hex color #DBEFF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEFF5 is #24100A. Grayscale: #E9E9E9. Windows color (decimal): -2363403 or 16117723. OLE color: 16117723.

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

Color convert

RGB 219 239 245 -
CMYK 0.11 0.02 0 0.04
HSL 193.85º 0.57% 0.91% -
HSV(B) 193.85º 0.11% 0.96% -
XYZ 76.56 83.39 98.45 -
YUV 233.7 134.37 117.51 -
System Red Green Blue C M Y K H S L
Decimal 219 239 245 0.11 0.02 0 0.04 193.85 0.57 0.91
Hex DB EF F5 B 2 0 4 C2 39 5B
Octal 333 357 365 13 2 0 4 302 71 133
Binary 11011011 11101111 11110101 1011 10 0 100 11000010 111001 1011011

Color Harmonies of #DBEFF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEFF5

Black with #DBEFF5

Text Example


Text Example

White with #DBEFF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEFF5; }

 p { color: rgb(219,239,245); }

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

background-color css

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

 a { background-color: rgb(219,239,245); }

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

border-color css

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

 span { border-color: rgb(219,239,245); }

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