Html Css Color HEX #0083AA Cerulean

📋 copy color: '#0083AA'

red 0 ◦ green 131 ◦ blue 170

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

Shades of Cerulean #0083AA

Tints of Cerulean #0083AA

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 170 (66.8% from 255) = 56.48%

R = 0%
G = 43.52%
B = 56.48%

CMYK

 C value IS 1

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0083AA (or 0x0083AA) is known color: Cerulean. HEX triplet: 00, 83 and AA. RGB value is (0,131,170). Sum of RGB (Red+Green+Blue) = 0+131+170=301 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 301); Green value is 131 (51.56% from 255 or 43.52% from 301); Blue value is 170 (66.80% from 255 or 56.48% from 301); Max value from RGB is 170 - color contains mainly: blue. Hex color #0083AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0083AA is #FF7C55. Grayscale: #5F5F5F. Windows color (decimal): -16743510 or 11174656. OLE color: 11174656.

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

Color convert

RGB 0 131 170 -
CMYK 1 0.23 0 0.33
HSL 193.76º 1% 0.33% -
HSV(B) 193.76º 1% 0.67% -
XYZ 15.37 19.13 40.91 -
YUV 96.28 169.6 59.33 -
System Red Green Blue C M Y K H S L
Decimal 0 131 170 1 0.23 0 0.33 193.76 1 0.33
Hex 0 83 AA 64 17 0 21 C2 64 21
Octal 0 203 252 144 27 0 41 302 144 41
Binary 0 10000011 10101010 1100100 10111 0 100001 11000010 1100100 100001

Color Harmonies of #0083AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0083AA

Black with #0083AA

Text Example


Text Example

White with #0083AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0083AA; }

 p { color: rgb(0,131,170); }

 H1.HeaderClassName
 {
   color: #0083AA;
 }
 .AnyTagClassName
 {
   color: #0083AA;
 }
</style>

background-color css

<style>
 a { background-color: #0083AA; }

 a { background-color: rgb(0,131,170); }

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

border-color css

<style>
 span { border-color: #0083AA; }

 span { border-color: rgb(0,131,170); }

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