#D0EBFB

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

Shades of Pattens Blue #D0EBFB

Tints of Pattens Blue #D0EBFB

Color information

#D0EBFB (or 0xD0EBFB) is unknown color: approx Pattens Blue. HEX triplet: D0, EB and FB. RGB value is (208,235,251). Sum of RGB (Red+Green+Blue) = 208+235+251=694 (91% of max value = 765). Red value is 208 (81.64% from 255 or 29.97% from 694); Green value is 235 (92.19% from 255 or 33.86% from 694); Blue value is 251 (98.44% from 255 or 36.17% from 694); Max value from RGB is 251 - color contains mainly: blue. Hex color #D0EBFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0EBFB is #2F1404. Grayscale: #E4E4E4. Windows color (decimal): -3085317 or 16509904. OLE color: 16509904.

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

Color convert

RGB208235251-
CMYK0.170.0600.02
HSL202.33º84.31%90%-
HSV(B)202.33º17.13%98.43%-
XYZ73.1379.79102.81-
YUV228.75140.55113.2-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 29.97%
GREEN value IS 235 (92.19% from 255) = 33.86%
BLUE value IS 251 (98.44% from 255) = 36.17%
R=29.97%
G=33.86%
B=36.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2082352510.170.0600.02202.3384.3190
HexD0EBFB11602ca545a
Octal32035337321602312124132
Binary110100001110101111111011100011100101100101010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EBFB; }

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

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

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

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

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

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

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

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