Html Css Color HEX #D0EFF6 Pattens Blue

📋 copy color: '#D0EFF6'

red 208 ◦ green 239 ◦ blue 246

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

Shades of Pattens Blue #D0EFF6

Tints of Pattens Blue #D0EFF6

RGB

 RED value IS 208 (81.64% from 255) = 30.01%

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

 BLUE value IS 246 (96.48% from 255) = 35.5%

R = 30.01%
G = 34.49%
B = 35.5%

CMYK

 C value IS 0.15

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D0EFF6 (or 0xD0EFF6) is known color: Pattens Blue. HEX triplet: D0, EF and F6. RGB value is (208,239,246). Sum of RGB (Red+Green+Blue) = 208+239+246=693 (91% of max value = 765). Red value is 208 (81.64% from 255 or 30.01% from 693); Green value is 239 (93.75% from 255 or 34.49% from 693); Blue value is 246 (96.48% from 255 or 35.50% from 693); Max value from RGB is 246 - color contains mainly: blue. Hex color #D0EFF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0EFF6 is #2F1009. Grayscale: #E6E6E6. Windows color (decimal): -3084298 or 16183248. OLE color: 16183248.

HSL color Cylindrical-coordinate representation of color #D0EFF6: hue angle of 191.05º degrees, saturation: 0.68, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D0EFF6 is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 208 239 246 -
CMYK 0.15 0.03 0 0.04
HSL 191.05º 0.68% 0.89% -
HSV(B) 191.05º 0.15% 0.96% -
XYZ 73.51 81.8 99.1 -
YUV 230.53 136.73 111.93 -
System Red Green Blue C M Y K H S L
Decimal 208 239 246 0.15 0.03 0 0.04 191.05 0.68 0.89
Hex D0 EF F6 F 3 0 4 BF 44 59
Octal 320 357 366 17 3 0 4 277 104 131
Binary 11010000 11101111 11110110 1111 11 0 100 10111111 1000100 1011001

Color Harmonies of #D0EFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EFF6

Black with #D0EFF6

Text Example


Text Example

White with #D0EFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EFF6; }

 p { color: rgb(208,239,246); }

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

background-color css

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

 a { background-color: rgb(208,239,246); }

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

border-color css

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

 span { border-color: rgb(208,239,246); }

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