Html Css Color HEX #0890DF Pacific Blue

📋 copy color: '#0890DF'

red 8 ◦ green 144 ◦ blue 223

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

Shades of Pacific Blue #0890DF

Tints of Pacific Blue #0890DF

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.4%

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

R = 2.13%
G = 38.4%
B = 59.47%

CMYK

 C value IS 0.96

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0890DF (or 0x0890DF) is known color: Pacific Blue. HEX triplet: 08, 90 and DF. RGB value is (8,144,223). Sum of RGB (Red+Green+Blue) = 8+144+223=375 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.13% from 375); Green value is 144 (56.64% from 255 or 38.4% from 375); Blue value is 223 (87.5% from 255 or 59.47% from 375); Max value from RGB is 223 - color contains mainly: blue. Hex color #0890DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0890DF is #F76F20. Grayscale: #6F6F6F. Windows color (decimal): -16215841 or 14651400. OLE color: 14651400.

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

Color convert

RGB 8 144 223 -
CMYK 0.96 0.35 0 0.13
HSL 202.05º 0.93% 0.45% -
HSV(B) 202.05º 0.96% 0.87% -
XYZ 23.39 25.33 73.47 -
YUV 112.34 190.44 53.58 -
System Red Green Blue C M Y K H S L
Decimal 8 144 223 0.96 0.35 0 0.13 202.05 0.93 0.45
Hex 8 90 DF 60 23 0 D CA 5D 2D
Octal 10 220 337 140 43 0 15 312 135 55
Binary 1000 10010000 11011111 1100000 100011 0 1101 11001010 1011101 101101

Color Harmonies of #0890DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0890DF

Black with #0890DF

Text Example


Text Example

White with #0890DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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