Html Css Color HEX #DBEEFD Pattens Blue

📋 copy color: '#DBEEFD'

red 219 ◦ green 238 ◦ blue 253

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

Shades of Pattens Blue #DBEEFD

Tints of Pattens Blue #DBEEFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 35.63%

R = 30.85%
G = 33.52%
B = 35.63%

CMYK

 C value IS 0.13

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DBEEFD (or 0xDBEEFD) is known color: Pattens Blue. HEX triplet: DB, EE and FD. RGB value is (219,238,253). Sum of RGB (Red+Green+Blue) = 219+238+253=710 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.85% from 710); Green value is 238 (93.36% from 255 or 33.52% from 710); Blue value is 253 (99.22% from 255 or 35.63% from 710); Max value from RGB is 253 - color contains mainly: blue. Hex color #DBEEFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEEFD is #241102. Grayscale: #E9E9E9. Windows color (decimal): -2363651 or 16641755. OLE color: 16641755.

HSL color Cylindrical-coordinate representation of color #DBEEFD: hue angle of 206.47º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBEEFD is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 219 238 253 -
CMYK 0.13 0.06 0 0.01
HSL 206.47º 0.89% 0.93% -
HSV(B) 206.47º 0.13% 0.99% -
XYZ 77.52 83.3 104.92 -
YUV 234.03 138.71 117.28 -
System Red Green Blue C M Y K H S L
Decimal 219 238 253 0.13 0.06 0 0.01 206.47 0.89 0.93
Hex DB EE FD D 6 0 1 CE 59 5D
Octal 333 356 375 15 6 0 1 316 131 135
Binary 11011011 11101110 11111101 1101 110 0 1 11001110 1011001 1011101

Color Harmonies of #DBEEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEEFD

Black with #DBEEFD

Text Example


Text Example

White with #DBEEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEEFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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