Html Css Color HEX #DFF2F9 Pattens Blue

📋 copy color: '#DFF2F9'

red 223 ◦ green 242 ◦ blue 249

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

Shades of Pattens Blue #DFF2F9

Tints of Pattens Blue #DFF2F9

RGB

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

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

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

R = 31.23%
G = 33.89%
B = 34.87%

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

#DFF2F9 (or 0xDFF2F9) is known color: Pattens Blue. HEX triplet: DF, F2 and F9. RGB value is (223,242,249). Sum of RGB (Red+Green+Blue) = 223+242+249=714 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.23% from 714); Green value is 242 (94.92% from 255 or 33.89% from 714); Blue value is 249 (97.66% from 255 or 34.87% from 714); Max value from RGB is 249 - color contains mainly: blue. Hex color #DFF2F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF2F9 is #200D06. Grayscale: #EDEDED. Windows color (decimal): -2100487 or 16380639. OLE color: 16380639.

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

Color convert

RGB 223 242 249 -
CMYK 0.10 0.03 0 0.02
HSL 196.15º 0.68% 0.93% -
HSV(B) 196.15º 0.1% 0.98% -
XYZ 79.28 86.03 102.05 -
YUV 237.12 134.71 117.93 -
System Red Green Blue C M Y K H S L
Decimal 223 242 249 0.10 0.03 0 0.02 196.15 0.68 0.93
Hex DF F2 F9 A 3 0 2 C4 44 5D
Octal 337 362 371 12 3 0 2 304 104 135
Binary 11011111 11110010 11111001 1010 11 0 10 11000100 1000100 1011101

Color Harmonies of #DFF2F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFF2F9

Black with #DFF2F9

Text Example


Text Example

White with #DFF2F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFF2F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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