Html Css Color HEX #087ABC Cerulean

📋 copy color: '#087ABC'

red 8 ◦ green 122 ◦ blue 188

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

Shades of Cerulean #087ABC

Tints of Cerulean #087ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 59.12%

R = 2.52%
G = 38.36%
B = 59.12%

CMYK

 C value IS 0.96

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#087ABC (or 0x087ABC) is known color: Cerulean. HEX triplet: 08, 7A and BC. RGB value is (8,122,188). Sum of RGB (Red+Green+Blue) = 8+122+188=318 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.52% from 318); Green value is 122 (48.05% from 255 or 38.36% from 318); Blue value is 188 (73.83% from 255 or 59.12% from 318); Max value from RGB is 188 - color contains mainly: blue. Hex color #087ABC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087ABC is #F78543. Grayscale: #5F5F5F. Windows color (decimal): -16221508 or 12352008. OLE color: 12352008.

HSL color Cylindrical-coordinate representation of color #087ABC: hue angle of 202º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #087ABC is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 8 122 188 -
CMYK 0.96 0.35 0 0.26
HSL 202º 0.92% 0.38% -
HSV(B) 202º 0.96% 0.74% -
XYZ 16.14 17.6 50.12 -
YUV 95.44 180.23 65.63 -
System Red Green Blue C M Y K H S L
Decimal 8 122 188 0.96 0.35 0 0.26 202 0.92 0.38
Hex 8 7A BC 60 23 0 1A CA 5C 26
Octal 10 172 274 140 43 0 32 312 134 46
Binary 1000 1111010 10111100 1100000 100011 0 11010 11001010 1011100 100110

Color Harmonies of #087ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087ABC

Black with #087ABC

Text Example


Text Example

White with #087ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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