Html Css Color HEX #087AAF Cerulean

📋 copy color: '#087AAF'

red 8 ◦ green 122 ◦ blue 175

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

Shades of Cerulean #087AAF

Tints of Cerulean #087AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 57.38%

R = 2.62%
G = 40%
B = 57.38%

CMYK

 C value IS 0.95

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#087AAF (or 0x087AAF) is known color: Cerulean. HEX triplet: 08, 7A and AF. RGB value is (8,122,175). Sum of RGB (Red+Green+Blue) = 8+122+175=305 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.62% from 305); Green value is 122 (48.05% from 255 or 40% from 305); Blue value is 175 (68.75% from 255 or 57.38% from 305); Max value from RGB is 175 - color contains mainly: blue. Hex color #087AAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087AAF is #F78550. Grayscale: #5D5D5D. Windows color (decimal): -16221521 or 11500040. OLE color: 11500040.

HSL color Cylindrical-coordinate representation of color #087AAF: hue angle of 199.04º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #087AAF is Cyan = 0.95, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 8 122 175 -
CMYK 0.95 0.30 0 0.31
HSL 199.04º 0.91% 0.36% -
HSV(B) 199.04º 0.95% 0.69% -
XYZ 14.8 17.07 43.07 -
YUV 93.96 173.73 66.69 -
System Red Green Blue C M Y K H S L
Decimal 8 122 175 0.95 0.30 0 0.31 199.04 0.91 0.36
Hex 8 7A AF 5F 1E 0 1F C7 5B 24
Octal 10 172 257 137 36 0 37 307 133 44
Binary 1000 1111010 10101111 1011111 11110 0 11111 11000111 1011011 100100

Color Harmonies of #087AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087AAF

Black with #087AAF

Text Example


Text Example

White with #087AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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