Html Css Color HEX #D9F1FD Pattens Blue

📋 copy color: '#D9F1FD'

red 217 ◦ green 241 ◦ blue 253

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

Shades of Pattens Blue #D9F1FD

Tints of Pattens Blue #D9F1FD

RGB

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

 GREEN value IS 241 (94.53% from 255) = 33.9%

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

R = 30.52%
G = 33.9%
B = 35.58%

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

#D9F1FD (or 0xD9F1FD) is known color: Pattens Blue. HEX triplet: D9, F1 and FD. RGB value is (217,241,253). Sum of RGB (Red+Green+Blue) = 217+241+253=711 (94% of max value = 765). Red value is 217 (85.16% from 255 or 30.52% from 711); Green value is 241 (94.53% from 255 or 33.90% from 711); Blue value is 253 (99.22% from 255 or 35.58% from 711); Max value from RGB is 253 - color contains mainly: blue. Hex color #D9F1FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9F1FD is #260E02. Grayscale: #EBEBEB. Windows color (decimal): -2493955 or 16642521. OLE color: 16642521.

HSL color Cylindrical-coordinate representation of color #D9F1FD: hue angle of 200º 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 #D9F1FD is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 217 241 253 -
CMYK 0.14 0.05 0 0.01
HSL 200º 0.9% 0.92% -
HSV(B) 200º 0.14% 0.99% -
XYZ 77.8 84.75 105.19 -
YUV 235.19 138.05 115.02 -
System Red Green Blue C M Y K H S L
Decimal 217 241 253 0.14 0.05 0 0.01 200 0.9 0.92
Hex D9 F1 FD E 5 0 1 C8 5A 5C
Octal 331 361 375 16 5 0 1 310 132 134
Binary 11011001 11110001 11111101 1110 101 0 1 11001000 1011010 1011100

Color Harmonies of #D9F1FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9F1FD

Black with #D9F1FD

Text Example


Text Example

White with #D9F1FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9F1FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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