Html Css Color HEX #DBEEFC Pattens Blue

📋 copy color: '#DBEEFC'

red 219 ◦ green 238 ◦ blue 252

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

Shades of Pattens Blue #DBEEFC

Tints of Pattens Blue #DBEEFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 35.54%

R = 30.89%
G = 33.57%
B = 35.54%

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

#DBEEFC (or 0xDBEEFC) is known color: Pattens Blue. HEX triplet: DB, EE and FC. RGB value is (219,238,252). Sum of RGB (Red+Green+Blue) = 219+238+252=709 (93% of max value = 765). Red value is 219 (85.94% from 255 or 30.89% from 709); Green value is 238 (93.36% from 255 or 33.57% from 709); Blue value is 252 (98.83% from 255 or 35.54% from 709); Max value from RGB is 252 - color contains mainly: blue. Hex color #DBEEFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEEFC is #241103. Grayscale: #E9E9E9. Windows color (decimal): -2363652 or 16576219. OLE color: 16576219.

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

Color convert

RGB 219 238 252 -
CMYK 0.13 0.06 0 0.01
HSL 205.45º 0.85% 0.92% -
HSV(B) 205.45º 0.13% 0.99% -
XYZ 77.36 83.24 104.08 -
YUV 233.92 138.21 117.36 -
System Red Green Blue C M Y K H S L
Decimal 219 238 252 0.13 0.06 0 0.01 205.45 0.85 0.92
Hex DB EE FC D 6 0 1 CD 55 5C
Octal 333 356 374 15 6 0 1 315 125 134
Binary 11011011 11101110 11111100 1101 110 0 1 11001101 1010101 1011100

Color Harmonies of #DBEEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEEFC

Black with #DBEEFC

Text Example


Text Example

White with #DBEEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEEFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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