Html Css Color HEX #0F8EA3 Eastern Blue

📋 copy color: '#0F8EA3'

red 15 ◦ green 142 ◦ blue 163

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

Shades of Eastern Blue #0F8EA3

Tints of Eastern Blue #0F8EA3

RGB

 RED value IS 15 (6.25% from 255) = 4.69%

 GREEN value IS 142 (55.86% from 255) = 44.38%

 BLUE value IS 163 (64.06% from 255) = 50.94%

R = 4.69%
G = 44.38%
B = 50.94%

CMYK

 C value IS 0.91

 M value IS 0.13

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#0F8EA3 (or 0x0F8EA3) is known color: Eastern Blue. HEX triplet: 0F, 8E and A3. RGB value is (15,142,163). Sum of RGB (Red+Green+Blue) = 15+142+163=320 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.69% from 320); Green value is 142 (55.86% from 255 or 44.38% from 320); Blue value is 163 (64.06% from 255 or 50.94% from 320); Max value from RGB is 163 - color contains mainly: blue. Hex color #0F8EA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F8EA3 is #F0715C. Grayscale: #6A6A6A. Windows color (decimal): -15757661 or 10718735. OLE color: 10718735.

HSL color Cylindrical-coordinate representation of color #0F8EA3: hue angle of 188.51º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F8EA3 is Cyan = 0.91, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 15 142 163 -
CMYK 0.91 0.13 0 0.36
HSL 188.51º 0.83% 0.35% -
HSV(B) 188.51º 0.91% 0.64% -
XYZ 16.48 22.09 38.05 -
YUV 106.42 159.92 62.79 -
System Red Green Blue C M Y K H S L
Decimal 15 142 163 0.91 0.13 0 0.36 188.51 0.83 0.35
Hex F 8E A3 5B D 0 24 BD 53 23
Octal 17 216 243 133 15 0 44 275 123 43
Binary 1111 10001110 10100011 1011011 1101 0 100100 10111101 1010011 100011

Color Harmonies of #0F8EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8EA3

Black with #0F8EA3

Text Example


Text Example

White with #0F8EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F8EA3; }

 p { color: rgb(15,142,163); }

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

background-color css

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

 a { background-color: rgb(15,142,163); }

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

border-color css

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

 span { border-color: rgb(15,142,163); }

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