Html Css Color HEX #0893DD Pacific Blue

📋 copy color: '#0893DD'

red 8 ◦ green 147 ◦ blue 221

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

Shades of Pacific Blue #0893DD

Tints of Pacific Blue #0893DD

RGB

 RED value IS 8 (3.52% from 255) = 2.13%

 GREEN value IS 147 (57.81% from 255) = 39.1%

 BLUE value IS 221 (86.72% from 255) = 58.78%

R = 2.13%
G = 39.1%
B = 58.78%

CMYK

 C value IS 0.96

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0893DD (or 0x0893DD) is known color: Pacific Blue. HEX triplet: 08, 93 and DD. RGB value is (8,147,221). Sum of RGB (Red+Green+Blue) = 8+147+221=376 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.13% from 376); Green value is 147 (57.81% from 255 or 39.10% from 376); Blue value is 221 (86.72% from 255 or 58.78% from 376); Max value from RGB is 221 - color contains mainly: blue. Hex color #0893DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0893DD is #F76C22. Grayscale: #717171. Windows color (decimal): -16215075 or 14521096. OLE color: 14521096.

HSL color Cylindrical-coordinate representation of color #0893DD: hue angle of 200.85º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0893DD is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 8 147 221 -
CMYK 0.96 0.33 0 0.13
HSL 200.85º 0.93% 0.45% -
HSV(B) 200.85º 0.96% 0.87% -
XYZ 23.59 26.14 72.21 -
YUV 113.88 188.45 52.48 -
System Red Green Blue C M Y K H S L
Decimal 8 147 221 0.96 0.33 0 0.13 200.85 0.93 0.45
Hex 8 93 DD 60 21 0 D C9 5D 2D
Octal 10 223 335 140 41 0 15 311 135 55
Binary 1000 10010011 11011101 1100000 100001 0 1101 11001001 1011101 101101

Color Harmonies of #0893DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0893DD

Black with #0893DD

Text Example


Text Example

White with #0893DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0893DD; }

 p { color: rgb(8,147,221); }

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

background-color css

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

 a { background-color: rgb(8,147,221); }

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

border-color css

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

 span { border-color: rgb(8,147,221); }

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