Html Css Color HEX #0893CC Pacific Blue

📋 copy color: '#0893CC'

red 8 ◦ green 147 ◦ blue 204

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

Shades of Pacific Blue #0893CC

Tints of Pacific Blue #0893CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 56.82%

R = 2.23%
G = 40.95%
B = 56.82%

CMYK

 C value IS 0.96

 M value IS 0.28

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0893CC (or 0x0893CC) is known color: Pacific Blue. HEX triplet: 08, 93 and CC. RGB value is (8,147,204). Sum of RGB (Red+Green+Blue) = 8+147+204=359 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.23% from 359); Green value is 147 (57.81% from 255 or 40.95% from 359); Blue value is 204 (80.08% from 255 or 56.82% from 359); Max value from RGB is 204 - color contains mainly: blue. Hex color #0893CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0893CC is #F76C33. Grayscale: #6F6F6F. Windows color (decimal): -16215092 or 13406984. OLE color: 13406984.

HSL color Cylindrical-coordinate representation of color #0893CC: hue angle of 197.45º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0893CC is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 8 147 204 -
CMYK 0.96 0.28 0 0.2
HSL 197.45º 0.92% 0.42% -
HSV(B) 197.45º 0.96% 0.8% -
XYZ 21.43 25.28 60.88 -
YUV 111.94 179.95 53.87 -
System Red Green Blue C M Y K H S L
Decimal 8 147 204 0.96 0.28 0 0.2 197.45 0.92 0.42
Hex 8 93 CC 60 1C 0 14 C5 5C 2A
Octal 10 223 314 140 34 0 24 305 134 52
Binary 1000 10010011 11001100 1100000 11100 0 10100 11000101 1011100 101010

Color Harmonies of #0893CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0893CC

Black with #0893CC

Text Example


Text Example

White with #0893CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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