Html Css Color HEX #0280AB Cerulean

📋 copy color: '#0280AB'

red 2 ◦ green 128 ◦ blue 171

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

Shades of Cerulean #0280AB

Tints of Cerulean #0280AB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 42.52%

 BLUE value IS 171 (67.19% from 255) = 56.81%

R = 0.66%
G = 42.52%
B = 56.81%

CMYK

 C value IS 0.99

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0280AB (or 0x0280AB) is known color: Cerulean. HEX triplet: 02, 80 and AB. RGB value is (2,128,171). Sum of RGB (Red+Green+Blue) = 2+128+171=301 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 301); Green value is 128 (50.39% from 255 or 42.52% from 301); Blue value is 171 (67.19% from 255 or 56.81% from 301); Max value from RGB is 171 - color contains mainly: blue. Hex color #0280AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0280AB is #FD7F54. Grayscale: #5E5E5E. Windows color (decimal): -16613205 or 11239426. OLE color: 11239426.

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

Color convert

RGB 2 128 171 -
CMYK 0.99 0.25 0 0.33
HSL 195.27º 0.98% 0.34% -
HSV(B) 195.27º 0.99% 0.67% -
XYZ 15.09 18.39 41.28 -
YUV 95.23 170.76 61.5 -
System Red Green Blue C M Y K H S L
Decimal 2 128 171 0.99 0.25 0 0.33 195.27 0.98 0.34
Hex 2 80 AB 63 19 0 21 C3 62 22
Octal 2 200 253 143 31 0 41 303 142 42
Binary 10 10000000 10101011 1100011 11001 0 100001 11000011 1100010 100010

Color Harmonies of #0280AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0280AB

Black with #0280AB

Text Example


Text Example

White with #0280AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0280AB; }

 p { color: rgb(2,128,171); }

 H1.HeaderClassName
 {
   color: #0280AB;
 }
 .AnyTagClassName
 {
   color: #0280AB;
 }
</style>

background-color css

<style>
 a { background-color: #0280AB; }

 a { background-color: rgb(2,128,171); }

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

border-color css

<style>
 span { border-color: #0280AB; }

 span { border-color: rgb(2,128,171); }

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