Html Css Color HEX #D1EFFB Pattens Blue

📋 copy color: '#D1EFFB'

red 209 ◦ green 239 ◦ blue 251

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

Shades of Pattens Blue #D1EFFB

Tints of Pattens Blue #D1EFFB

RGB

 RED value IS 209 (82.03% from 255) = 29.9%

 GREEN value IS 239 (93.75% from 255) = 34.19%

 BLUE value IS 251 (98.44% from 255) = 35.91%

R = 29.9%
G = 34.19%
B = 35.91%

CMYK

 C value IS 0.17

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D1EFFB (or 0xD1EFFB) is known color: Pattens Blue. HEX triplet: D1, EF and FB. RGB value is (209,239,251). Sum of RGB (Red+Green+Blue) = 209+239+251=699 (92% of max value = 765). Red value is 209 (82.03% from 255 or 29.90% from 699); Green value is 239 (93.75% from 255 or 34.19% from 699); Blue value is 251 (98.44% from 255 or 35.91% from 699); Max value from RGB is 251 - color contains mainly: blue. Hex color #D1EFFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1EFFB is #2E1004. Grayscale: #E7E7E7. Windows color (decimal): -3018757 or 16510929. OLE color: 16510929.

HSL color Cylindrical-coordinate representation of color #D1EFFB: hue angle of 197.14º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D1EFFB is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 209 239 251 -
CMYK 0.17 0.05 0 0.02
HSL 197.14º 0.84% 0.9% -
HSV(B) 197.14º 0.17% 0.98% -
XYZ 74.57 82.25 103.21 -
YUV 231.4 139.06 112.02 -
System Red Green Blue C M Y K H S L
Decimal 209 239 251 0.17 0.05 0 0.02 197.14 0.84 0.9
Hex D1 EF FB 11 5 0 2 C5 54 5A
Octal 321 357 373 21 5 0 2 305 124 132
Binary 11010001 11101111 11111011 10001 101 0 10 11000101 1010100 1011010

Color Harmonies of #D1EFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1EFFB

Black with #D1EFFB

Text Example


Text Example

White with #D1EFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1EFFB; }

 p { color: rgb(209,239,251); }

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

background-color css

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

 a { background-color: rgb(209,239,251); }

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

border-color css

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

 span { border-color: rgb(209,239,251); }

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