Html Css Color HEX #DBF2FF Pattens Blue

📋 copy color: '#DBF2FF'

red 219 ◦ green 242 ◦ blue 255

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

Shades of Pattens Blue #DBF2FF

Tints of Pattens Blue #DBF2FF

RGB

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

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

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

R = 30.59%
G = 33.8%
B = 35.61%

CMYK

 C value IS 0.14

 M value IS 0.05

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DBF2FF (or 0xDBF2FF) is known color: Pattens Blue. HEX triplet: DB, F2 and FF. RGB value is (219,242,255). Sum of RGB (Red+Green+Blue) = 219+242+255=716 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.59% from 716); Green value is 242 (94.92% from 255 or 33.80% from 716); Blue value is 255 (100% from 255 or 35.61% from 716); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBF2FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF2FF is #240D00. Grayscale: #ECECEC. Windows color (decimal): -2362625 or 16773851. OLE color: 16773851.

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

Color convert

RGB 219 242 255 -
CMYK 0.14 0.05 0 0
HSL 201.67º 1% 0.93% -
HSV(B) 201.67º 0.14% 1% -
XYZ 79.02 85.78 107 -
YUV 236.61 138.38 115.44 -
System Red Green Blue C M Y K H S L
Decimal 219 242 255 0.14 0.05 0 0 201.67 1 0.93
Hex DB F2 FF E 5 0 0 CA 64 5D
Octal 333 362 377 16 5 0 0 312 144 135
Binary 11011011 11110010 11111111 1110 101 0 0 11001010 1100100 1011101

Color Harmonies of #DBF2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF2FF

Black with #DBF2FF

Text Example


Text Example

White with #DBF2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF2FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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