Html Css Color HEX #DBEEFF Pattens Blue

📋 copy color: '#DBEEFF'

red 219 ◦ green 238 ◦ blue 255

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

Shades of Pattens Blue #DBEEFF

Tints of Pattens Blue #DBEEFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 35.81%

R = 30.76%
G = 33.43%
B = 35.81%

CMYK

 C value IS 0.14

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DBEEFF (or 0xDBEEFF) is known color: Pattens Blue. HEX triplet: DB, EE and FF. RGB value is (219,238,255). Sum of RGB (Red+Green+Blue) = 219+238+255=712 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.76% from 712); Green value is 238 (93.36% from 255 or 33.43% from 712); Blue value is 255 (100% from 255 or 35.81% from 712); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBEEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEEFF is #241100. Grayscale: #EAEAEA. Windows color (decimal): -2363649 or 16772827. OLE color: 16772827.

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

Color convert

RGB 219 238 255 -
CMYK 0.14 0.07 0 0
HSL 208.33º 1% 0.93% -
HSV(B) 208.33º 0.14% 1% -
XYZ 77.84 83.43 106.61 -
YUV 234.26 139.71 117.12 -
System Red Green Blue C M Y K H S L
Decimal 219 238 255 0.14 0.07 0 0 208.33 1 0.93
Hex DB EE FF E 7 0 0 D0 64 5D
Octal 333 356 377 16 7 0 0 320 144 135
Binary 11011011 11101110 11111111 1110 111 0 0 11010000 1100100 1011101

Color Harmonies of #DBEEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEEFF

Black with #DBEEFF

Text Example


Text Example

White with #DBEEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEEFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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