Html Css Color HEX #0284AC Cerulean

📋 copy color: '#0284AC'

red 2 ◦ green 132 ◦ blue 172

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

Shades of Cerulean #0284AC

Tints of Cerulean #0284AC

RGB

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

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

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

R = 0.65%
G = 43.14%
B = 56.21%

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

#0284AC (or 0x0284AC) is known color: Cerulean. HEX triplet: 02, 84 and AC. RGB value is (2,132,172). Sum of RGB (Red+Green+Blue) = 2+132+172=306 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 306); Green value is 132 (51.95% from 255 or 43.14% from 306); Blue value is 172 (67.58% from 255 or 56.21% from 306); Max value from RGB is 172 - color contains mainly: blue. Hex color #0284AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0284AC is #FD7B53. Grayscale: #616161. Windows color (decimal): -16612180 or 11305986. OLE color: 11305986.

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

Color convert

RGB 2 132 172 -
CMYK 0.99 0.23 0 0.33
HSL 194.12º 0.98% 0.34% -
HSV(B) 194.12º 0.99% 0.67% -
XYZ 15.72 19.49 41.96 -
YUV 97.69 169.93 59.75 -
System Red Green Blue C M Y K H S L
Decimal 2 132 172 0.99 0.23 0 0.33 194.12 0.98 0.34
Hex 2 84 AC 63 17 0 21 C2 62 22
Octal 2 204 254 143 27 0 41 302 142 42
Binary 10 10000100 10101100 1100011 10111 0 100001 11000010 1100010 100010

Color Harmonies of #0284AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0284AC

Black with #0284AC

Text Example


Text Example

White with #0284AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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