Html Css Color HEX #DBF2FE Pattens Blue

📋 copy color: '#DBF2FE'

red 219 ◦ green 242 ◦ blue 254

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

Shades of Pattens Blue #DBF2FE

Tints of Pattens Blue #DBF2FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 35.52%

R = 30.63%
G = 33.85%
B = 35.52%

CMYK

 C value IS 0.14

 M value IS 0.05

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DBF2FE (or 0xDBF2FE) is known color: Pattens Blue. HEX triplet: DB, F2 and FE. RGB value is (219,242,254). Sum of RGB (Red+Green+Blue) = 219+242+254=715 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.63% from 715); Green value is 242 (94.92% from 255 or 33.85% from 715); Blue value is 254 (99.61% from 255 or 35.52% from 715); Max value from RGB is 254 - color contains mainly: blue. Hex color #DBF2FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF2FE is #240D01. Grayscale: #ECECEC. Windows color (decimal): -2362626 or 16708315. OLE color: 16708315.

HSL color Cylindrical-coordinate representation of color #DBF2FE: hue angle of 200.57º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBF2FE is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 219 242 254 -
CMYK 0.14 0.05 0 0.00
HSL 200.57º 0.95% 0.93% -
HSV(B) 200.57º 0.14% 1% -
XYZ 78.85 85.72 106.16 -
YUV 236.49 137.88 115.52 -
System Red Green Blue C M Y K H S L
Decimal 219 242 254 0.14 0.05 0 0.00 200.57 0.95 0.93
Hex DB F2 FE E 5 0 0 C9 5F 5D
Octal 333 362 376 16 5 0 0 311 137 135
Binary 11011011 11110010 11111110 1110 101 0 0 11001001 1011111 1011101

Color Harmonies of #DBF2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF2FE

Black with #DBF2FE

Text Example


Text Example

White with #DBF2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF2FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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