Html Css Color HEX #0988AE Cerulean

📋 copy color: '#0988AE'

red 9 ◦ green 136 ◦ blue 174

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

Shades of Cerulean #0988AE

Tints of Cerulean #0988AE

RGB

 RED value IS 9 (3.91% from 255) = 2.82%

 GREEN value IS 136 (53.52% from 255) = 42.63%

 BLUE value IS 174 (68.36% from 255) = 54.55%

R = 2.82%
G = 42.63%
B = 54.55%

CMYK

 C value IS 0.95

 M value IS 0.22

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0988AE (or 0x0988AE) is known color: Cerulean. HEX triplet: 09, 88 and AE. RGB value is (9,136,174). Sum of RGB (Red+Green+Blue) = 9+136+174=319 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.82% from 319); Green value is 136 (53.52% from 255 or 42.63% from 319); Blue value is 174 (68.36% from 255 or 54.55% from 319); Max value from RGB is 174 - color contains mainly: blue. Hex color #0988AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0988AE is #F67751. Grayscale: #666666. Windows color (decimal): -16152402 or 11438089. OLE color: 11438089.

HSL color Cylindrical-coordinate representation of color #0988AE: hue angle of 193.82º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0988AE is Cyan = 0.95, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 9 136 174 -
CMYK 0.95 0.22 0 0.32
HSL 193.82º 0.9% 0.36% -
HSV(B) 193.82º 0.95% 0.68% -
XYZ 16.56 20.72 43.17 -
YUV 102.36 168.42 61.41 -
System Red Green Blue C M Y K H S L
Decimal 9 136 174 0.95 0.22 0 0.32 193.82 0.9 0.36
Hex 9 88 AE 5F 16 0 20 C2 5A 24
Octal 11 210 256 137 26 0 40 302 132 44
Binary 1001 10001000 10101110 1011111 10110 0 100000 11000010 1011010 100100

Color Harmonies of #0988AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0988AE

Black with #0988AE

Text Example


Text Example

White with #0988AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0988AE; }

 p { color: rgb(9,136,174); }

 H1.HeaderClassName
 {
   color: #0988AE;
 }
 .AnyTagClassName
 {
   color: #0988AE;
 }
</style>

background-color css

<style>
 a { background-color: #0988AE; }

 a { background-color: rgb(9,136,174); }

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

border-color css

<style>
 span { border-color: #0988AE; }

 span { border-color: rgb(9,136,174); }

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