Html Css Color HEX #DBF5FF Pattens Blue

📋 copy color: '#DBF5FF'

red 219 ◦ green 245 ◦ blue 255

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

Shades of Pattens Blue #DBF5FF

Tints of Pattens Blue #DBF5FF

RGB

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

 GREEN value IS 245 (96.09% from 255) = 34.08%

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

R = 30.46%
G = 34.08%
B = 35.47%

CMYK

 C value IS 0.14

 M value IS 0.04

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DBF5FF (or 0xDBF5FF) is known color: Pattens Blue. HEX triplet: DB, F5 and FF. RGB value is (219,245,255). Sum of RGB (Red+Green+Blue) = 219+245+255=719 (95% of max value = 765). Red value is 219 (85.94% from 255 or 30.46% from 719); Green value is 245 (96.09% from 255 or 34.08% from 719); Blue value is 255 (100% from 255 or 35.47% from 719); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBF5FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF5FF is #240A00. Grayscale: #EEEEEE. Windows color (decimal): -2361857 or 16774619. OLE color: 16774619.

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

Color convert

RGB 219 245 255 -
CMYK 0.14 0.04 0 0
HSL 196.67º 1% 0.93% -
HSV(B) 196.67º 0.14% 1% -
XYZ 79.92 87.58 107.3 -
YUV 238.37 137.39 114.19 -
System Red Green Blue C M Y K H S L
Decimal 219 245 255 0.14 0.04 0 0 196.67 1 0.93
Hex DB F5 FF E 4 0 0 C5 64 5D
Octal 333 365 377 16 4 0 0 305 144 135
Binary 11011011 11110101 11111111 1110 100 0 0 11000101 1100100 1011101

Color Harmonies of #DBF5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF5FF

Black with #DBF5FF

Text Example


Text Example

White with #DBF5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF5FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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