Html Css Color HEX #D9F1FF Pattens Blue

📋 copy color: '#D9F1FF'

red 217 ◦ green 241 ◦ blue 255

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

Shades of Pattens Blue #D9F1FF

Tints of Pattens Blue #D9F1FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 35.76%

R = 30.43%
G = 33.8%
B = 35.76%

CMYK

 C value IS 0.15

 M value IS 0.05

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D9F1FF (or 0xD9F1FF) is known color: Pattens Blue. HEX triplet: D9, F1 and FF. RGB value is (217,241,255). Sum of RGB (Red+Green+Blue) = 217+241+255=713 (94% of max value = 765). Red value is 217 (85.16% from 255 or 30.43% from 713); Green value is 241 (94.53% from 255 or 33.80% from 713); Blue value is 255 (100% from 255 or 35.76% from 713); Max value from RGB is 255 - color contains mainly: blue. Hex color #D9F1FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9F1FF is #260E00. Grayscale: #EBEBEB. Windows color (decimal): -2493953 or 16773593. OLE color: 16773593.

HSL color Cylindrical-coordinate representation of color #D9F1FF: hue angle of 202.11º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9F1FF is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 217 241 255 -
CMYK 0.15 0.05 0 0
HSL 202.11º 1% 0.93% -
HSV(B) 202.11º 0.15% 1% -
XYZ 78.12 84.88 106.87 -
YUV 235.42 139.05 114.86 -
System Red Green Blue C M Y K H S L
Decimal 217 241 255 0.15 0.05 0 0 202.11 1 0.93
Hex D9 F1 FF F 5 0 0 CA 64 5D
Octal 331 361 377 17 5 0 0 312 144 135
Binary 11011001 11110001 11111111 1111 101 0 0 11001010 1100100 1011101

Color Harmonies of #D9F1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9F1FF

Black with #D9F1FF

Text Example


Text Example

White with #D9F1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9F1FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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