Html Css Color HEX #02A2DF Pacific Blue

📋 copy color: '#02A2DF'

red 2 ◦ green 162 ◦ blue 223

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

Shades of Pacific Blue #02A2DF

Tints of Pacific Blue #02A2DF

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.86%

 BLUE value IS 223 (87.5% from 255) = 57.62%

R = 0.52%
G = 41.86%
B = 57.62%

CMYK

 C value IS 0.99

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#02A2DF (or 0x02A2DF) is known color: Pacific Blue. HEX triplet: 02, A2 and DF. RGB value is (2,162,223). Sum of RGB (Red+Green+Blue) = 2+162+223=387 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 387); Green value is 162 (63.67% from 255 or 41.86% from 387); Blue value is 223 (87.5% from 255 or 57.62% from 387); Max value from RGB is 223 - color contains mainly: blue. Hex color #02A2DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02A2DF is #FD5D20. Grayscale: #787878. Windows color (decimal): -16604449 or 14656002. OLE color: 14656002.

HSL color Cylindrical-coordinate representation of color #02A2DF: hue angle of 196.56º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A2DF is Cyan = 0.99, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 2 162 223 -
CMYK 0.99 0.27 0 0.13
HSL 196.56º 0.98% 0.44% -
HSV(B) 196.56º 0.99% 0.87% -
XYZ 26.26 31.18 74.45 -
YUV 121.11 185.49 43.04 -
System Red Green Blue C M Y K H S L
Decimal 2 162 223 0.99 0.27 0 0.13 196.56 0.98 0.44
Hex 2 A2 DF 63 1B 0 D C5 62 2C
Octal 2 242 337 143 33 0 15 305 142 54
Binary 10 10100010 11011111 1100011 11011 0 1101 11000101 1100010 101100

Color Harmonies of #02A2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A2DF

Black with #02A2DF

Text Example


Text Example

White with #02A2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,162,223); }

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

background-color css

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

 a { background-color: rgb(2,162,223); }

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

border-color css

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

 span { border-color: rgb(2,162,223); }

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