Html Css Color HEX #0884AD Cerulean

📋 copy color: '#0884AD'

red 8 ◦ green 132 ◦ blue 173

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

Shades of Cerulean #0884AD

Tints of Cerulean #0884AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 55.27%

R = 2.56%
G = 42.17%
B = 55.27%

CMYK

 C value IS 0.95

 M value IS 0.24

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0884AD (or 0x0884AD) is known color: Cerulean. HEX triplet: 08, 84 and AD. RGB value is (8,132,173). Sum of RGB (Red+Green+Blue) = 8+132+173=313 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.56% from 313); Green value is 132 (51.95% from 255 or 42.17% from 313); Blue value is 173 (67.97% from 255 or 55.27% from 313); Max value from RGB is 173 - color contains mainly: blue. Hex color #0884AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0884AD is #F77B52. Grayscale: #636363. Windows color (decimal): -16218963 or 11371528. OLE color: 11371528.

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

Color convert

RGB 8 132 173 -
CMYK 0.95 0.24 0 0.32
HSL 194.91º 0.91% 0.35% -
HSV(B) 194.91º 0.95% 0.68% -
XYZ 15.89 19.57 42.48 -
YUV 99.6 169.42 62.67 -
System Red Green Blue C M Y K H S L
Decimal 8 132 173 0.95 0.24 0 0.32 194.91 0.91 0.35
Hex 8 84 AD 5F 18 0 20 C3 5B 23
Octal 10 204 255 137 30 0 40 303 133 43
Binary 1000 10000100 10101101 1011111 11000 0 100000 11000011 1011011 100011

Color Harmonies of #0884AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0884AD

Black with #0884AD

Text Example


Text Example

White with #0884AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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