Html Css Color HEX #0283AC Cerulean

📋 copy color: '#0283AC'

red 2 ◦ green 131 ◦ blue 172

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

Shades of Cerulean #0283AC

Tints of Cerulean #0283AC

RGB

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

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

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

R = 0.66%
G = 42.95%
B = 56.39%

CMYK

 C value IS 0.99

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0283AC (or 0x0283AC) is known color: Cerulean. HEX triplet: 02, 83 and AC. RGB value is (2,131,172). Sum of RGB (Red+Green+Blue) = 2+131+172=305 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 305); Green value is 131 (51.56% from 255 or 42.95% from 305); Blue value is 172 (67.58% from 255 or 56.39% from 305); Max value from RGB is 172 - color contains mainly: blue. Hex color #0283AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0283AC is #FD7C53. Grayscale: #606060. Windows color (decimal): -16612436 or 11305730. OLE color: 11305730.

HSL color Cylindrical-coordinate representation of color #0283AC: hue angle of 194.47º 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 #0283AC is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 2 131 172 -
CMYK 0.99 0.24 0 0.33
HSL 194.47º 0.98% 0.34% -
HSV(B) 194.47º 0.99% 0.67% -
XYZ 15.59 19.22 41.92 -
YUV 97.1 170.26 60.17 -
System Red Green Blue C M Y K H S L
Decimal 2 131 172 0.99 0.24 0 0.33 194.47 0.98 0.34
Hex 2 83 AC 63 18 0 21 C2 62 22
Octal 2 203 254 143 30 0 41 302 142 42
Binary 10 10000011 10101100 1100011 11000 0 100001 11000010 1100010 100010

Color Harmonies of #0283AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0283AC

Black with #0283AC

Text Example


Text Example

White with #0283AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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