Html Css Color HEX #DFF0F9 Pattens Blue

📋 copy color: '#DFF0F9'

red 223 ◦ green 240 ◦ blue 249

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

Shades of Pattens Blue #DFF0F9

Tints of Pattens Blue #DFF0F9

RGB

 RED value IS 223 (87.5% from 255) = 31.32%

 GREEN value IS 240 (94.14% from 255) = 33.71%

 BLUE value IS 249 (97.66% from 255) = 34.97%

R = 31.32%
G = 33.71%
B = 34.97%

CMYK

 C value IS 0.10

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DFF0F9 (or 0xDFF0F9) is known color: Pattens Blue. HEX triplet: DF, F0 and F9. RGB value is (223,240,249). Sum of RGB (Red+Green+Blue) = 223+240+249=712 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.32% from 712); Green value is 240 (94.14% from 255 or 33.71% from 712); Blue value is 249 (97.66% from 255 or 34.97% from 712); Max value from RGB is 249 - color contains mainly: blue. Hex color #DFF0F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF0F9 is #200F06. Grayscale: #EBEBEB. Windows color (decimal): -2100999 or 16380127. OLE color: 16380127.

HSL color Cylindrical-coordinate representation of color #DFF0F9: hue angle of 200.77º degrees, saturation: 0.68, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFF0F9 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 223 240 249 -
CMYK 0.10 0.04 0 0.02
HSL 200.77º 0.68% 0.93% -
HSV(B) 200.77º 0.1% 0.98% -
XYZ 78.69 84.85 101.85 -
YUV 235.94 135.37 118.77 -
System Red Green Blue C M Y K H S L
Decimal 223 240 249 0.10 0.04 0 0.02 200.77 0.68 0.93
Hex DF F0 F9 A 4 0 2 C9 44 5D
Octal 337 360 371 12 4 0 2 311 104 135
Binary 11011111 11110000 11111001 1010 100 0 10 11001001 1000100 1011101

Color Harmonies of #DFF0F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFF0F9

Black with #DFF0F9

Text Example


Text Example

White with #DFF0F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFF0F9; }

 p { color: rgb(223,240,249); }

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

background-color css

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

 a { background-color: rgb(223,240,249); }

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

border-color css

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

 span { border-color: rgb(223,240,249); }

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