Html Css Color HEX #DBF3FD Pattens Blue

📋 copy color: '#DBF3FD'

red 219 ◦ green 243 ◦ blue 253

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

Shades of Pattens Blue #DBF3FD

Tints of Pattens Blue #DBF3FD

RGB

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

 GREEN value IS 243 (95.31% from 255) = 33.99%

 BLUE value IS 253 (99.22% from 255) = 35.38%

R = 30.63%
G = 33.99%
B = 35.38%

CMYK

 C value IS 0.13

 M value IS 0.04

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DBF3FD (or 0xDBF3FD) is known color: Pattens Blue. HEX triplet: DB, F3 and FD. RGB value is (219,243,253). Sum of RGB (Red+Green+Blue) = 219+243+253=715 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.63% from 715); Green value is 243 (95.31% from 255 or 33.99% from 715); Blue value is 253 (99.22% from 255 or 35.38% from 715); Max value from RGB is 253 - color contains mainly: blue. Hex color #DBF3FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF3FD is #240C02. Grayscale: #ECECEC. Windows color (decimal): -2362371 or 16643035. OLE color: 16643035.

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

Color convert

RGB 219 243 253 -
CMYK 0.13 0.04 0 0.01
HSL 197.65º 0.89% 0.93% -
HSV(B) 197.65º 0.13% 0.99% -
XYZ 78.99 86.25 105.41 -
YUV 236.96 137.05 115.19 -
System Red Green Blue C M Y K H S L
Decimal 219 243 253 0.13 0.04 0 0.01 197.65 0.89 0.93
Hex DB F3 FD D 4 0 1 C6 59 5D
Octal 333 363 375 15 4 0 1 306 131 135
Binary 11011011 11110011 11111101 1101 100 0 1 11000110 1011001 1011101

Color Harmonies of #DBF3FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF3FD

Black with #DBF3FD

Text Example


Text Example

White with #DBF3FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF3FD; }

 p { color: rgb(219,243,253); }

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

background-color css

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

 a { background-color: rgb(219,243,253); }

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

border-color css

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

 span { border-color: rgb(219,243,253); }

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