Html Css Color HEX #D9F0F5 Pattens Blue

📋 copy color: '#D9F0F5'

red 217 ◦ green 240 ◦ blue 245

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

Shades of Pattens Blue #D9F0F5

Tints of Pattens Blue #D9F0F5

RGB

 RED value IS 217 (85.16% from 255) = 30.91%

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

 BLUE value IS 245 (96.09% from 255) = 34.9%

R = 30.91%
G = 34.19%
B = 34.9%

CMYK

 C value IS 0.11

 M value IS 0.02

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D9F0F5 (or 0xD9F0F5) is known color: Pattens Blue. HEX triplet: D9, F0 and F5. RGB value is (217,240,245). Sum of RGB (Red+Green+Blue) = 217+240+245=702 (92% of max value = 765). Red value is 217 (85.16% from 255 or 30.91% from 702); Green value is 240 (94.14% from 255 or 34.19% from 702); Blue value is 245 (96.09% from 255 or 34.90% from 702); Max value from RGB is 245 - color contains mainly: blue. Hex color #D9F0F5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9F0F5 is #260F0A. Grayscale: #E9E9E9. Windows color (decimal): -2494219 or 16117977. OLE color: 16117977.

HSL color Cylindrical-coordinate representation of color #D9F0F5: hue angle of 190.71º degrees, saturation: 0.58, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D9F0F5 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 217 240 245 -
CMYK 0.11 0.02 0 0.04
HSL 190.71º 0.58% 0.91% -
HSV(B) 190.71º 0.11% 0.96% -
XYZ 76.26 83.66 98.52 -
YUV 233.69 134.38 116.09 -
System Red Green Blue C M Y K H S L
Decimal 217 240 245 0.11 0.02 0 0.04 190.71 0.58 0.91
Hex D9 F0 F5 B 2 0 4 BF 3A 5B
Octal 331 360 365 13 2 0 4 277 72 133
Binary 11011001 11110000 11110101 1011 10 0 100 10111111 111010 1011011

Color Harmonies of #D9F0F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9F0F5

Black with #D9F0F5

Text Example


Text Example

White with #D9F0F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9F0F5; }

 p { color: rgb(217,240,245); }

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

background-color css

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

 a { background-color: rgb(217,240,245); }

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

border-color css

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

 span { border-color: rgb(217,240,245); }

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