Html Css Color HEX #087FA1 Cerulean

📋 copy color: '#087FA1'

red 8 ◦ green 127 ◦ blue 161

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

Shades of Cerulean #087FA1

Tints of Cerulean #087FA1

RGB

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

 GREEN value IS 127 (50% from 255) = 42.91%

 BLUE value IS 161 (63.28% from 255) = 54.39%

R = 2.7%
G = 42.91%
B = 54.39%

CMYK

 C value IS 0.95

 M value IS 0.21

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#087FA1 (or 0x087FA1) is known color: Cerulean. HEX triplet: 08, 7F and A1. RGB value is (8,127,161). Sum of RGB (Red+Green+Blue) = 8+127+161=296 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.70% from 296); Green value is 127 (50% from 255 or 42.91% from 296); Blue value is 161 (63.28% from 255 or 54.39% from 296); Max value from RGB is 161 - color contains mainly: blue. Hex color #087FA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087FA1 is #F7805E. Grayscale: #5F5F5F. Windows color (decimal): -16220255 or 10583816. OLE color: 10583816.

HSL color Cylindrical-coordinate representation of color #087FA1: hue angle of 193.33º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #087FA1 is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 8 127 161 -
CMYK 0.95 0.21 0 0.37
HSL 193.33º 0.91% 0.33% -
HSV(B) 193.33º 0.95% 0.63% -
XYZ 14.12 17.8 36.41 -
YUV 95.3 165.08 65.74 -
System Red Green Blue C M Y K H S L
Decimal 8 127 161 0.95 0.21 0 0.37 193.33 0.91 0.33
Hex 8 7F A1 5F 15 0 25 C1 5B 21
Octal 10 177 241 137 25 0 45 301 133 41
Binary 1000 1111111 10100001 1011111 10101 0 100101 11000001 1011011 100001

Color Harmonies of #087FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087FA1

Black with #087FA1

Text Example


Text Example

White with #087FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087FA1; }

 p { color: rgb(8,127,161); }

 H1.HeaderClassName
 {
   color: #087FA1;
 }
 .AnyTagClassName
 {
   color: #087FA1;
 }
</style>

background-color css

<style>
 a { background-color: #087FA1; }

 a { background-color: rgb(8,127,161); }

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

border-color css

<style>
 span { border-color: #087FA1; }

 span { border-color: rgb(8,127,161); }

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