Html Css Color HEX #087ABF Cerulean

📋 copy color: '#087ABF'

red 8 ◦ green 122 ◦ blue 191

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

Shades of Cerulean #087ABF

Tints of Cerulean #087ABF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 38.01%

 BLUE value IS 191 (75% from 255) = 59.5%

R = 2.49%
G = 38.01%
B = 59.5%

CMYK

 C value IS 0.96

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#087ABF (or 0x087ABF) is known color: Cerulean. HEX triplet: 08, 7A and BF. RGB value is (8,122,191). Sum of RGB (Red+Green+Blue) = 8+122+191=321 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.49% from 321); Green value is 122 (48.05% from 255 or 38.01% from 321); Blue value is 191 (75% from 255 or 59.50% from 321); Max value from RGB is 191 - color contains mainly: blue. Hex color #087ABF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087ABF is #F78540. Grayscale: #5F5F5F. Windows color (decimal): -16221505 or 12548616. OLE color: 12548616.

HSL color Cylindrical-coordinate representation of color #087ABF: hue angle of 202.62º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #087ABF is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 8 122 191 -
CMYK 0.96 0.36 0 0.25
HSL 202.62º 0.92% 0.39% -
HSV(B) 202.62º 0.96% 0.75% -
XYZ 16.46 17.73 51.85 -
YUV 95.78 181.73 65.39 -
System Red Green Blue C M Y K H S L
Decimal 8 122 191 0.96 0.36 0 0.25 202.62 0.92 0.39
Hex 8 7A BF 60 24 0 19 CB 5C 27
Octal 10 172 277 140 44 0 31 313 134 47
Binary 1000 1111010 10111111 1100000 100100 0 11001 11001011 1011100 100111

Color Harmonies of #087ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087ABF

Black with #087ABF

Text Example


Text Example

White with #087ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,122,191); }

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

background-color css

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

 a { background-color: rgb(8,122,191); }

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

border-color css

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

 span { border-color: rgb(8,122,191); }

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