Html Css Color HEX #DFF1F9 Pattens Blue

📋 copy color: '#DFF1F9'

red 223 ◦ green 241 ◦ blue 249

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

Shades of Pattens Blue #DFF1F9

Tints of Pattens Blue #DFF1F9

RGB

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

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

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

R = 31.28%
G = 33.8%
B = 34.92%

CMYK

 C value IS 0.10

 M value IS 0.03

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DFF1F9 (or 0xDFF1F9) is known color: Pattens Blue. HEX triplet: DF, F1 and F9. RGB value is (223,241,249). Sum of RGB (Red+Green+Blue) = 223+241+249=713 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.28% from 713); Green value is 241 (94.53% from 255 or 33.80% from 713); Blue value is 249 (97.66% from 255 or 34.92% from 713); Max value from RGB is 249 - color contains mainly: blue. Hex color #DFF1F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF1F9 is #200E06. Grayscale: #ECECEC. Windows color (decimal): -2100743 or 16380383. OLE color: 16380383.

HSL color Cylindrical-coordinate representation of color #DFF1F9: hue angle of 198.46º 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 #DFF1F9 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 223 241 249 -
CMYK 0.10 0.03 0 0.02
HSL 198.46º 0.68% 0.93% -
HSV(B) 198.46º 0.1% 0.98% -
XYZ 78.99 85.44 101.95 -
YUV 236.53 135.04 118.35 -
System Red Green Blue C M Y K H S L
Decimal 223 241 249 0.10 0.03 0 0.02 198.46 0.68 0.93
Hex DF F1 F9 A 3 0 2 C6 44 5D
Octal 337 361 371 12 3 0 2 306 104 135
Binary 11011111 11110001 11111001 1010 11 0 10 11000110 1000100 1011101

Color Harmonies of #DFF1F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFF1F9

Black with #DFF1F9

Text Example


Text Example

White with #DFF1F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFF1F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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