Html Css Color HEX #DBF1FD Pattens Blue

📋 copy color: '#DBF1FD'

red 219 ◦ green 241 ◦ blue 253

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

Shades of Pattens Blue #DBF1FD

Tints of Pattens Blue #DBF1FD

RGB

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

 GREEN value IS 241 (94.53% from 255) = 33.8%

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

R = 30.72%
G = 33.8%
B = 35.48%

CMYK

 C value IS 0.13

 M value IS 0.05

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DBF1FD (or 0xDBF1FD) is known color: Pattens Blue. HEX triplet: DB, F1 and FD. RGB value is (219,241,253). Sum of RGB (Red+Green+Blue) = 219+241+253=713 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.72% from 713); Green value is 241 (94.53% from 255 or 33.80% from 713); Blue value is 253 (99.22% from 255 or 35.48% from 713); Max value from RGB is 253 - color contains mainly: blue. Hex color #DBF1FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF1FD is #240E02. Grayscale: #EBEBEB. Windows color (decimal): -2362883 or 16642523. OLE color: 16642523.

HSL color Cylindrical-coordinate representation of color #DBF1FD: hue angle of 201.18º 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 #DBF1FD is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 219 241 253 -
CMYK 0.13 0.05 0 0.01
HSL 201.18º 0.89% 0.93% -
HSV(B) 201.18º 0.13% 0.99% -
XYZ 78.4 85.06 105.22 -
YUV 235.79 137.71 116.02 -
System Red Green Blue C M Y K H S L
Decimal 219 241 253 0.13 0.05 0 0.01 201.18 0.89 0.93
Hex DB F1 FD D 5 0 1 C9 59 5D
Octal 333 361 375 15 5 0 1 311 131 135
Binary 11011011 11110001 11111101 1101 101 0 1 11001001 1011001 1011101

Color Harmonies of #DBF1FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF1FD

Black with #DBF1FD

Text Example


Text Example

White with #DBF1FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF1FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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