Html Css Color HEX #0893DF Pacific Blue

📋 copy color: '#0893DF'

red 8 ◦ green 147 ◦ blue 223

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

Shades of Pacific Blue #0893DF

Tints of Pacific Blue #0893DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 58.99%

R = 2.12%
G = 38.89%
B = 58.99%

CMYK

 C value IS 0.96

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0893DF (or 0x0893DF) is known color: Pacific Blue. HEX triplet: 08, 93 and DF. RGB value is (8,147,223). Sum of RGB (Red+Green+Blue) = 8+147+223=378 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.12% from 378); Green value is 147 (57.81% from 255 or 38.89% from 378); Blue value is 223 (87.5% from 255 or 58.99% from 378); Max value from RGB is 223 - color contains mainly: blue. Hex color #0893DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0893DF is #F76C20. Grayscale: #717171. Windows color (decimal): -16215073 or 14652168. OLE color: 14652168.

HSL color Cylindrical-coordinate representation of color #0893DF: hue angle of 201.21º 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 #0893DF is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 8 147 223 -
CMYK 0.96 0.34 0 0.13
HSL 201.21º 0.93% 0.45% -
HSV(B) 201.21º 0.96% 0.87% -
XYZ 23.85 26.25 73.62 -
YUV 114.1 189.45 52.32 -
System Red Green Blue C M Y K H S L
Decimal 8 147 223 0.96 0.34 0 0.13 201.21 0.93 0.45
Hex 8 93 DF 60 22 0 D C9 5D 2D
Octal 10 223 337 140 42 0 15 311 135 55
Binary 1000 10010011 11011111 1100000 100010 0 1101 11001001 1011101 101101

Color Harmonies of #0893DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0893DF

Black with #0893DF

Text Example


Text Example

White with #0893DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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