Html Css Color HEX #DCF2F9 Pattens Blue

📋 copy color: '#DCF2F9'

red 220 ◦ green 242 ◦ blue 249

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

Shades of Pattens Blue #DCF2F9

Tints of Pattens Blue #DCF2F9

RGB

 RED value IS 220 (86.33% from 255) = 30.94%

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

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

R = 30.94%
G = 34.04%
B = 35.02%

CMYK

 C value IS 0.12

 M value IS 0.03

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DCF2F9 (or 0xDCF2F9) is known color: Pattens Blue. HEX triplet: DC, F2 and F9. RGB value is (220,242,249). Sum of RGB (Red+Green+Blue) = 220+242+249=711 (94% of max value = 765). Red value is 220 (86.33% from 255 or 30.94% from 711); Green value is 242 (94.92% from 255 or 34.04% from 711); Blue value is 249 (97.66% from 255 or 35.02% from 711); Max value from RGB is 249 - color contains mainly: blue. Hex color #DCF2F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF2F9 is #230D06. Grayscale: #ECECEC. Windows color (decimal): -2297095 or 16380636. OLE color: 16380636.

HSL color Cylindrical-coordinate representation of color #DCF2F9: hue angle of 194.48º degrees, saturation: 0.71, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCF2F9 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 242 249 -
CMYK 0.12 0.03 0 0.02
HSL 194.48º 0.71% 0.92% -
HSV(B) 194.48º 0.12% 0.98% -
XYZ 78.37 85.56 102.01 -
YUV 236.22 135.21 116.43 -
System Red Green Blue C M Y K H S L
Decimal 220 242 249 0.12 0.03 0 0.02 194.48 0.71 0.92
Hex DC F2 F9 C 3 0 2 C2 47 5C
Octal 334 362 371 14 3 0 2 302 107 134
Binary 11011100 11110010 11111001 1100 11 0 10 11000010 1000111 1011100

Color Harmonies of #DCF2F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF2F9

Black with #DCF2F9

Text Example


Text Example

White with #DCF2F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF2F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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