Html Css Color HEX #D9F0FF Pattens Blue

📋 copy color: '#D9F0FF'

red 217 ◦ green 240 ◦ blue 255

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

Shades of Pattens Blue #D9F0FF

Tints of Pattens Blue #D9F0FF

RGB

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

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

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

R = 30.48%
G = 33.71%
B = 35.81%

CMYK

 C value IS 0.15

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D9F0FF (or 0xD9F0FF) is known color: Pattens Blue. HEX triplet: D9, F0 and FF. RGB value is (217,240,255). Sum of RGB (Red+Green+Blue) = 217+240+255=712 (94% of max value = 765). Red value is 217 (85.16% from 255 or 30.48% from 712); Green value is 240 (94.14% from 255 or 33.71% from 712); Blue value is 255 (100% from 255 or 35.81% from 712); Max value from RGB is 255 - color contains mainly: blue. Hex color #D9F0FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9F0FF is #260F00. Grayscale: #EAEAEA. Windows color (decimal): -2494209 or 16773337. OLE color: 16773337.

HSL color Cylindrical-coordinate representation of color #D9F0FF: hue angle of 203.68º 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 #D9F0FF is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 217 240 255 -
CMYK 0.15 0.06 0 0
HSL 203.68º 1% 0.93% -
HSV(B) 203.68º 0.15% 1% -
XYZ 77.83 84.29 106.78 -
YUV 234.83 139.38 115.28 -
System Red Green Blue C M Y K H S L
Decimal 217 240 255 0.15 0.06 0 0 203.68 1 0.93
Hex D9 F0 FF F 6 0 0 CC 64 5D
Octal 331 360 377 17 6 0 0 314 144 135
Binary 11011001 11110000 11111111 1111 110 0 0 11001100 1100100 1011101

Color Harmonies of #D9F0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9F0FF

Black with #D9F0FF

Text Example


Text Example

White with #D9F0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9F0FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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