#D0EBFC

Color #D0EBFC Pattens Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pattens Blue #D0EBFC

Tints of Pattens Blue #D0EBFC

Color information

#D0EBFC (or 0xD0EBFC) is unknown color: approx Pattens Blue. HEX triplet: D0, EB and FC. RGB value is (208,235,252). Sum of RGB (Red+Green+Blue) = 208+235+252=695 (92% of max value = 765). Red value is 208 (81.64% from 255 or 29.93% from 695); Green value is 235 (92.19% from 255 or 33.81% from 695); Blue value is 252 (98.83% from 255 or 36.26% from 695); Max value from RGB is 252 - color contains mainly: blue. Hex color #D0EBFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0EBFC is #2F1403. Grayscale: #E4E4E4. Windows color (decimal): -3085316 or 16575440. OLE color: 16575440.

HSL color Cylindrical-coordinate representation of color #D0EBFC: hue angle of 203.18º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0EBFC is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB208235252-
CMYK0.170.0700.01
HSL203.18º88%90.2%-
HSV(B)203.18º17.46%98.82%-
XYZ73.2979.85103.65-
YUV228.86141.05113.12-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 29.93%
GREEN value IS 235 (92.19% from 255) = 33.81%
BLUE value IS 252 (98.83% from 255) = 36.26%
R=29.93%
G=33.81%
B=36.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2082352520.170.0700.01203.188890.2
HexD0EBFC11701cb585a
Octal32035337421701313130132
Binary11010000111010111111110010001111011100101110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EBFC; }

 p { color: rgb(208,235,252); }

 H1.HeaderClassName
 {
   color: #D0EBFC;
 }
 .AnyTagClassName
 {
   color: #D0EBFC;
 }
</style>
background-color css

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

 a { background-color: rgb(208,235,252); }

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

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

 span { border-color: rgb(208,235,252); }

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