Html Css Color HEX #D0EAFA Pattens Blue

📋 copy color: '#D0EAFA'

red 208 ◦ green 234 ◦ blue 250

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

Shades of Pattens Blue #D0EAFA

Tints of Pattens Blue #D0EAFA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 33.82%

 BLUE value IS 250 (98.05% from 255) = 36.13%

R = 30.06%
G = 33.82%
B = 36.13%

CMYK

 C value IS 0.17

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D0EAFA (or 0xD0EAFA) is known color: Pattens Blue. HEX triplet: D0, EA and FA. RGB value is (208,234,250). Sum of RGB (Red+Green+Blue) = 208+234+250=692 (91% of max value = 765). Red value is 208 (81.64% from 255 or 30.06% from 692); Green value is 234 (91.80% from 255 or 33.82% from 692); Blue value is 250 (98.05% from 255 or 36.13% from 692); Max value from RGB is 250 - color contains mainly: blue. Hex color #D0EAFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0EAFA is #2F1505. Grayscale: #E3E3E3. Windows color (decimal): -3085574 or 16444112. OLE color: 16444112.

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

Color convert

RGB 208 234 250 -
CMYK 0.17 0.06 0 0.02
HSL 202.86º 0.81% 0.9% -
HSV(B) 202.86º 0.17% 0.98% -
XYZ 72.69 79.16 101.89 -
YUV 228.05 140.39 113.7 -
System Red Green Blue C M Y K H S L
Decimal 208 234 250 0.17 0.06 0 0.02 202.86 0.81 0.9
Hex D0 EA FA 11 6 0 2 CB 51 5A
Octal 320 352 372 21 6 0 2 313 121 132
Binary 11010000 11101010 11111010 10001 110 0 10 11001011 1010001 1011010

Color Harmonies of #D0EAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EAFA

Black with #D0EAFA

Text Example


Text Example

White with #D0EAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EAFA; }

 p { color: rgb(208,234,250); }

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

background-color css

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

 a { background-color: rgb(208,234,250); }

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

border-color css

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

 span { border-color: rgb(208,234,250); }

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