Html Css Color HEX #0883AD Cerulean

📋 copy color: '#0883AD'

red 8 ◦ green 131 ◦ blue 173

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

Shades of Cerulean #0883AD

Tints of Cerulean #0883AD

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.99%

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

R = 2.56%
G = 41.99%
B = 55.45%

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

#0883AD (or 0x0883AD) is known color: Cerulean. HEX triplet: 08, 83 and AD. RGB value is (8,131,173). Sum of RGB (Red+Green+Blue) = 8+131+173=312 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.56% from 312); Green value is 131 (51.56% from 255 or 41.99% from 312); Blue value is 173 (67.97% from 255 or 55.45% from 312); Max value from RGB is 173 - color contains mainly: blue. Hex color #0883AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0883AD is #F77C52. Grayscale: #626262. Windows color (decimal): -16219219 or 11371272. OLE color: 11371272.

HSL color Cylindrical-coordinate representation of color #0883AD: hue angle of 195.27º 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 #0883AD is Cyan = 0.95, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 8 131 173 -
CMYK 0.95 0.24 0 0.32
HSL 195.27º 0.91% 0.35% -
HSV(B) 195.27º 0.95% 0.68% -
XYZ 15.76 19.3 42.43 -
YUV 99.01 169.75 63.08 -
System Red Green Blue C M Y K H S L
Decimal 8 131 173 0.95 0.24 0 0.32 195.27 0.91 0.35
Hex 8 83 AD 5F 18 0 20 C3 5B 23
Octal 10 203 255 137 30 0 40 303 133 43
Binary 1000 10000011 10101101 1011111 11000 0 100000 11000011 1011011 100011

Color Harmonies of #0883AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0883AD

Black with #0883AD

Text Example


Text Example

White with #0883AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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