Html Css Color HEX #DBEFFB Pattens Blue

📋 copy color: '#DBEFFB'

red 219 ◦ green 239 ◦ blue 251

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

Shades of Pattens Blue #DBEFFB

Tints of Pattens Blue #DBEFFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 35.4%

R = 30.89%
G = 33.71%
B = 35.4%

CMYK

 C value IS 0.13

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DBEFFB (or 0xDBEFFB) is known color: Pattens Blue. HEX triplet: DB, EF and FB. RGB value is (219,239,251). Sum of RGB (Red+Green+Blue) = 219+239+251=709 (93% of max value = 765). Red value is 219 (85.94% from 255 or 30.89% from 709); Green value is 239 (93.75% from 255 or 33.71% from 709); Blue value is 251 (98.44% from 255 or 35.40% from 709); Max value from RGB is 251 - color contains mainly: blue. Hex color #DBEFFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEFFB is #241004. Grayscale: #EAEAEA. Windows color (decimal): -2363397 or 16510939. OLE color: 16510939.

HSL color Cylindrical-coordinate representation of color #DBEFFB: hue angle of 202.5º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBEFFB is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 239 251 -
CMYK 0.13 0.05 0 0.02
HSL 202.5º 0.8% 0.92% -
HSV(B) 202.5º 0.13% 0.98% -
XYZ 77.49 83.76 103.35 -
YUV 234.39 137.37 117.02 -
System Red Green Blue C M Y K H S L
Decimal 219 239 251 0.13 0.05 0 0.02 202.5 0.8 0.92
Hex DB EF FB D 5 0 2 CA 50 5C
Octal 333 357 373 15 5 0 2 312 120 134
Binary 11011011 11101111 11111011 1101 101 0 10 11001010 1010000 1011100

Color Harmonies of #DBEFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEFFB

Black with #DBEFFB

Text Example


Text Example

White with #DBEFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEFFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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