Html Css Color HEX #DBF2F8 Pattens Blue

📋 copy color: '#DBF2F8'

red 219 ◦ green 242 ◦ blue 248

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

Shades of Pattens Blue #DBF2F8

Tints of Pattens Blue #DBF2F8

RGB

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

 GREEN value IS 242 (94.92% from 255) = 34.13%

 BLUE value IS 248 (97.27% from 255) = 34.98%

R = 30.89%
G = 34.13%
B = 34.98%

CMYK

 C value IS 0.12

 M value IS 0.02

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DBF2F8 (or 0xDBF2F8) is known color: Pattens Blue. HEX triplet: DB, F2 and F8. RGB value is (219,242,248). Sum of RGB (Red+Green+Blue) = 219+242+248=709 (93% of max value = 765). Red value is 219 (85.94% from 255 or 30.89% from 709); Green value is 242 (94.92% from 255 or 34.13% from 709); Blue value is 248 (97.27% from 255 or 34.98% from 709); Max value from RGB is 248 - color contains mainly: blue. Hex color #DBF2F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF2F8 is #240D07. Grayscale: #EBEBEB. Windows color (decimal): -2362632 or 16315099. OLE color: 16315099.

HSL color Cylindrical-coordinate representation of color #DBF2F8: hue angle of 192.41º degrees, saturation: 0.67, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBF2F8 is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 219 242 248 -
CMYK 0.12 0.02 0 0.03
HSL 192.41º 0.67% 0.92% -
HSV(B) 192.41º 0.12% 0.97% -
XYZ 77.91 85.34 101.17 -
YUV 235.81 134.88 116.01 -
System Red Green Blue C M Y K H S L
Decimal 219 242 248 0.12 0.02 0 0.03 192.41 0.67 0.92
Hex DB F2 F8 C 2 0 3 C0 43 5C
Octal 333 362 370 14 2 0 3 300 103 134
Binary 11011011 11110010 11111000 1100 10 0 11 11000000 1000011 1011100

Color Harmonies of #DBF2F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF2F8

Black with #DBF2F8

Text Example


Text Example

White with #DBF2F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF2F8; }

 p { color: rgb(219,242,248); }

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

background-color css

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

 a { background-color: rgb(219,242,248); }

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

border-color css

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

 span { border-color: rgb(219,242,248); }

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