Html Css Color HEX #D9F0FD Pattens Blue

📋 copy color: '#D9F0FD'

red 217 ◦ green 240 ◦ blue 253

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

Shades of Pattens Blue #D9F0FD

Tints of Pattens Blue #D9F0FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 35.63%

R = 30.56%
G = 33.8%
B = 35.63%

CMYK

 C value IS 0.14

 M value IS 0.05

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D9F0FD (or 0xD9F0FD) is known color: Pattens Blue. HEX triplet: D9, F0 and FD. RGB value is (217,240,253). Sum of RGB (Red+Green+Blue) = 217+240+253=710 (94% of max value = 765). Red value is 217 (85.16% from 255 or 30.56% from 710); Green value is 240 (94.14% from 255 or 33.80% from 710); Blue value is 253 (99.22% from 255 or 35.63% from 710); Max value from RGB is 253 - color contains mainly: blue. Hex color #D9F0FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9F0FD is #260F02. Grayscale: #EAEAEA. Windows color (decimal): -2494211 or 16642265. OLE color: 16642265.

HSL color Cylindrical-coordinate representation of color #D9F0FD: hue angle of 201.67º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9F0FD is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 217 240 253 -
CMYK 0.14 0.05 0 0.01
HSL 201.67º 0.9% 0.92% -
HSV(B) 201.67º 0.14% 0.99% -
XYZ 77.5 84.16 105.09 -
YUV 234.61 138.38 115.44 -
System Red Green Blue C M Y K H S L
Decimal 217 240 253 0.14 0.05 0 0.01 201.67 0.9 0.92
Hex D9 F0 FD E 5 0 1 CA 5A 5C
Octal 331 360 375 16 5 0 1 312 132 134
Binary 11011001 11110000 11111101 1110 101 0 1 11001010 1011010 1011100

Color Harmonies of #D9F0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9F0FD

Black with #D9F0FD

Text Example


Text Example

White with #D9F0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9F0FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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