Html Css Color HEX #087BBD Cerulean

📋 copy color: '#087BBD'

red 8 ◦ green 123 ◦ blue 189

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

Shades of Cerulean #087BBD

Tints of Cerulean #087BBD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 38.44%

 BLUE value IS 189 (74.22% from 255) = 59.06%

R = 2.5%
G = 38.44%
B = 59.06%

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

#087BBD (or 0x087BBD) is known color: Cerulean. HEX triplet: 08, 7B and BD. RGB value is (8,123,189). Sum of RGB (Red+Green+Blue) = 8+123+189=320 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.5% from 320); Green value is 123 (48.44% from 255 or 38.44% from 320); Blue value is 189 (74.22% from 255 or 59.06% from 320); Max value from RGB is 189 - color contains mainly: blue. Hex color #087BBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087BBD is #F78442. Grayscale: #5F5F5F. Windows color (decimal): -16221251 or 12417800. OLE color: 12417800.

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

Color convert

RGB 8 123 189 -
CMYK 0.96 0.35 0 0.26
HSL 201.88º 0.92% 0.39% -
HSV(B) 201.88º 0.96% 0.74% -
XYZ 16.37 17.89 50.73 -
YUV 96.14 180.4 65.13 -
System Red Green Blue C M Y K H S L
Decimal 8 123 189 0.96 0.35 0 0.26 201.88 0.92 0.39
Hex 8 7B BD 60 23 0 1A CA 5C 27
Octal 10 173 275 140 43 0 32 312 134 47
Binary 1000 1111011 10111101 1100000 100011 0 11010 11001010 1011100 100111

Color Harmonies of #087BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087BBD

Black with #087BBD

Text Example


Text Example

White with #087BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,123,189); }

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

background-color css

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

 a { background-color: rgb(8,123,189); }

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

border-color css

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

 span { border-color: rgb(8,123,189); }

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