Html Css Color HEX #0283AA Cerulean

📋 copy color: '#0283AA'

red 2 ◦ green 131 ◦ blue 170

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

Shades of Cerulean #0283AA

Tints of Cerulean #0283AA

RGB

 RED value IS 2 (1.17% from 255) = 0.66%

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

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

R = 0.66%
G = 43.23%
B = 56.11%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0283AA (or 0x0283AA) is known color: Cerulean. HEX triplet: 02, 83 and AA. RGB value is (2,131,170). Sum of RGB (Red+Green+Blue) = 2+131+170=303 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 303); Green value is 131 (51.56% from 255 or 43.23% from 303); Blue value is 170 (66.80% from 255 or 56.11% from 303); Max value from RGB is 170 - color contains mainly: blue. Hex color #0283AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0283AA is #FD7C55. Grayscale: #606060. Windows color (decimal): -16612438 or 11174658. OLE color: 11174658.

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

Color convert

RGB 2 131 170 -
CMYK 0.99 0.23 0 0.33
HSL 193.93º 0.98% 0.34% -
HSV(B) 193.93º 0.99% 0.67% -
XYZ 15.4 19.15 40.91 -
YUV 96.88 169.26 60.33 -
System Red Green Blue C M Y K H S L
Decimal 2 131 170 0.99 0.23 0 0.33 193.93 0.98 0.34
Hex 2 83 AA 63 17 0 21 C2 62 22
Octal 2 203 252 143 27 0 41 302 142 42
Binary 10 10000011 10101010 1100011 10111 0 100001 11000010 1100010 100010

Color Harmonies of #0283AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0283AA

Black with #0283AA

Text Example


Text Example

White with #0283AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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