Html Css Color HEX #DBEFFF Pattens Blue

📋 copy color: '#DBEFFF'

red 219 ◦ green 239 ◦ blue 255

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

Shades of Pattens Blue #DBEFFF

Tints of Pattens Blue #DBEFFF

RGB

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

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

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

R = 30.72%
G = 33.52%
B = 35.76%

CMYK

 C value IS 0.14

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DBEFFF (or 0xDBEFFF) is known color: Pattens Blue. HEX triplet: DB, EF and FF. RGB value is (219,239,255). Sum of RGB (Red+Green+Blue) = 219+239+255=713 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.72% from 713); Green value is 239 (93.75% from 255 or 33.52% from 713); Blue value is 255 (100% from 255 or 35.76% from 713); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBEFFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEFFF is #241000. Grayscale: #EAEAEA. Windows color (decimal): -2363393 or 16773083. OLE color: 16773083.

HSL color Cylindrical-coordinate representation of color #DBEFFF: hue angle of 206.67º 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 #DBEFFF is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 219 239 255 -
CMYK 0.14 0.06 0 0
HSL 206.67º 1% 0.93% -
HSV(B) 206.67º 0.14% 1% -
XYZ 78.13 84.01 106.71 -
YUV 234.84 139.37 116.7 -
System Red Green Blue C M Y K H S L
Decimal 219 239 255 0.14 0.06 0 0 206.67 1 0.93
Hex DB EF FF E 6 0 0 CF 64 5D
Octal 333 357 377 16 6 0 0 317 144 135
Binary 11011011 11101111 11111111 1110 110 0 0 11001111 1100100 1011101

Color Harmonies of #DBEFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEFFF

Black with #DBEFFF

Text Example


Text Example

White with #DBEFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEFFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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