Html Css Color HEX #02A1CB Pacific Blue

📋 copy color: '#02A1CB'

red 2 ◦ green 161 ◦ blue 203

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

Shades of Pacific Blue #02A1CB

Tints of Pacific Blue #02A1CB

RGB

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

 GREEN value IS 161 (63.28% from 255) = 43.99%

 BLUE value IS 203 (79.69% from 255) = 55.46%

R = 0.55%
G = 43.99%
B = 55.46%

CMYK

 C value IS 0.99

 M value IS 0.21

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#02A1CB (or 0x02A1CB) is known color: Pacific Blue. HEX triplet: 02, A1 and CB. RGB value is (2,161,203). Sum of RGB (Red+Green+Blue) = 2+161+203=366 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 366); Green value is 161 (63.28% from 255 or 43.99% from 366); Blue value is 203 (79.69% from 255 or 55.46% from 366); Max value from RGB is 203 - color contains mainly: blue. Hex color #02A1CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02A1CB is #FD5E34. Grayscale: #757575. Windows color (decimal): -16604725 or 13345026. OLE color: 13345026.

HSL color Cylindrical-coordinate representation of color #02A1CB: hue angle of 192.54º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A1CB is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 2 161 203 -
CMYK 0.99 0.21 0 0.20
HSL 192.54º 0.98% 0.4% -
HSV(B) 192.54º 0.99% 0.8% -
XYZ 23.55 29.81 61.01 -
YUV 118.25 175.82 45.08 -
System Red Green Blue C M Y K H S L
Decimal 2 161 203 0.99 0.21 0 0.20 192.54 0.98 0.4
Hex 2 A1 CB 63 15 0 14 C1 62 28
Octal 2 241 313 143 25 0 24 301 142 50
Binary 10 10100001 11001011 1100011 10101 0 10100 11000001 1100010 101000

Color Harmonies of #02A1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A1CB

Black with #02A1CB

Text Example


Text Example

White with #02A1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02A1CB; }

 p { color: rgb(2,161,203); }

 H1.HeaderClassName
 {
   color: #02A1CB;
 }
 .AnyTagClassName
 {
   color: #02A1CB;
 }
</style>

background-color css

<style>
 a { background-color: #02A1CB; }

 a { background-color: rgb(2,161,203); }

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

border-color css

<style>
 span { border-color: #02A1CB; }

 span { border-color: rgb(2,161,203); }

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