Html Css Color HEX #DCF0FA Pattens Blue

📋 copy color: '#DCF0FA'

red 220 ◦ green 240 ◦ blue 250

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

Shades of Pattens Blue #DCF0FA

Tints of Pattens Blue #DCF0FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 35.21%

R = 30.99%
G = 33.8%
B = 35.21%

CMYK

 C value IS 0.12

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DCF0FA (or 0xDCF0FA) is known color: Pattens Blue. HEX triplet: DC, F0 and FA. RGB value is (220,240,250). Sum of RGB (Red+Green+Blue) = 220+240+250=710 (94% of max value = 765). Red value is 220 (86.33% from 255 or 30.99% from 710); Green value is 240 (94.14% from 255 or 33.80% from 710); Blue value is 250 (98.05% from 255 or 35.21% from 710); Max value from RGB is 250 - color contains mainly: blue. Hex color #DCF0FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF0FA is #230F05. Grayscale: #EBEBEB. Windows color (decimal): -2297606 or 16445660. OLE color: 16445660.

HSL color Cylindrical-coordinate representation of color #DCF0FA: hue angle of 200º degrees, saturation: 0.75, 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 #DCF0FA is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 240 250 -
CMYK 0.12 0.04 0 0.02
HSL 200º 0.75% 0.92% -
HSV(B) 200º 0.12% 0.98% -
XYZ 77.93 84.44 102.63 -
YUV 235.16 136.37 117.19 -
System Red Green Blue C M Y K H S L
Decimal 220 240 250 0.12 0.04 0 0.02 200 0.75 0.92
Hex DC F0 FA C 4 0 2 C8 4B 5C
Octal 334 360 372 14 4 0 2 310 113 134
Binary 11011100 11110000 11111010 1100 100 0 10 11001000 1001011 1011100

Color Harmonies of #DCF0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF0FA

Black with #DCF0FA

Text Example


Text Example

White with #DCF0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF0FA; }

 p { color: rgb(220,240,250); }

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

background-color css

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

 a { background-color: rgb(220,240,250); }

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

border-color css

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

 span { border-color: rgb(220,240,250); }

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