Html Css Color HEX #0884AC Cerulean

📋 copy color: '#0884AC'

red 8 ◦ green 132 ◦ blue 172

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

Shades of Cerulean #0884AC

Tints of Cerulean #0884AC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 42.31%

 BLUE value IS 172 (67.58% from 255) = 55.13%

R = 2.56%
G = 42.31%
B = 55.13%

CMYK

 C value IS 0.95

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0884AC (or 0x0884AC) is known color: Cerulean. HEX triplet: 08, 84 and AC. RGB value is (8,132,172). Sum of RGB (Red+Green+Blue) = 8+132+172=312 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.56% from 312); Green value is 132 (51.95% from 255 or 42.31% from 312); Blue value is 172 (67.58% from 255 or 55.13% from 312); Max value from RGB is 172 - color contains mainly: blue. Hex color #0884AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0884AC is #F77B53. Grayscale: #636363. Windows color (decimal): -16218964 or 11305992. OLE color: 11305992.

HSL color Cylindrical-coordinate representation of color #0884AC: hue angle of 194.63º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0884AC is Cyan = 0.95, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 8 132 172 -
CMYK 0.95 0.23 0 0.33
HSL 194.63º 0.91% 0.35% -
HSV(B) 194.63º 0.95% 0.67% -
XYZ 15.8 19.53 41.97 -
YUV 99.48 168.92 62.75 -
System Red Green Blue C M Y K H S L
Decimal 8 132 172 0.95 0.23 0 0.33 194.63 0.91 0.35
Hex 8 84 AC 5F 17 0 21 C3 5B 23
Octal 10 204 254 137 27 0 41 303 133 43
Binary 1000 10000100 10101100 1011111 10111 0 100001 11000011 1011011 100011

Color Harmonies of #0884AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0884AC

Black with #0884AC

Text Example


Text Example

White with #0884AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0884AC; }

 p { color: rgb(8,132,172); }

 H1.HeaderClassName
 {
   color: #0884AC;
 }
 .AnyTagClassName
 {
   color: #0884AC;
 }
</style>

background-color css

<style>
 a { background-color: #0884AC; }

 a { background-color: rgb(8,132,172); }

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

border-color css

<style>
 span { border-color: #0884AC; }

 span { border-color: rgb(8,132,172); }

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