Html Css Color HEX #D9F3FC Pattens Blue

📋 copy color: '#D9F3FC'

red 217 ◦ green 243 ◦ blue 252

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

Shades of Pattens Blue #D9F3FC

Tints of Pattens Blue #D9F3FC

RGB

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

 GREEN value IS 243 (95.31% from 255) = 34.13%

 BLUE value IS 252 (98.83% from 255) = 35.39%

R = 30.48%
G = 34.13%
B = 35.39%

CMYK

 C value IS 0.14

 M value IS 0.04

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D9F3FC (or 0xD9F3FC) is known color: Pattens Blue. HEX triplet: D9, F3 and FC. RGB value is (217,243,252). Sum of RGB (Red+Green+Blue) = 217+243+252=712 (94% of max value = 765). Red value is 217 (85.16% from 255 or 30.48% from 712); Green value is 243 (95.31% from 255 or 34.13% from 712); Blue value is 252 (98.83% from 255 or 35.39% from 712); Max value from RGB is 252 - color contains mainly: blue. Hex color #D9F3FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9F3FC is #260C03. Grayscale: #ECECEC. Windows color (decimal): -2493444 or 16577497. OLE color: 16577497.

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

Color convert

RGB 217 243 252 -
CMYK 0.14 0.04 0 0.01
HSL 195.43º 0.85% 0.92% -
HSV(B) 195.43º 0.14% 0.99% -
XYZ 78.24 85.88 104.55 -
YUV 236.25 136.89 114.27 -
System Red Green Blue C M Y K H S L
Decimal 217 243 252 0.14 0.04 0 0.01 195.43 0.85 0.92
Hex D9 F3 FC E 4 0 1 C3 55 5C
Octal 331 363 374 16 4 0 1 303 125 134
Binary 11011001 11110011 11111100 1110 100 0 1 11000011 1010101 1011100

Color Harmonies of #D9F3FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9F3FC

Black with #D9F3FC

Text Example


Text Example

White with #D9F3FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9F3FC; }

 p { color: rgb(217,243,252); }

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

background-color css

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

 a { background-color: rgb(217,243,252); }

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

border-color css

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

 span { border-color: rgb(217,243,252); }

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