Html Css Color HEX #02A0DF Pacific Blue

📋 copy color: '#02A0DF'

red 2 ◦ green 160 ◦ blue 223

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

Shades of Pacific Blue #02A0DF

Tints of Pacific Blue #02A0DF

RGB

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

 GREEN value IS 160 (62.89% from 255) = 41.56%

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

R = 0.52%
G = 41.56%
B = 57.92%

CMYK

 C value IS 0.99

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#02A0DF (or 0x02A0DF) is known color: Pacific Blue. HEX triplet: 02, A0 and DF. RGB value is (2,160,223). Sum of RGB (Red+Green+Blue) = 2+160+223=385 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 385); Green value is 160 (62.89% from 255 or 41.56% from 385); Blue value is 223 (87.5% from 255 or 57.92% from 385); Max value from RGB is 223 - color contains mainly: blue. Hex color #02A0DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02A0DF is #FD5F20. Grayscale: #777777. Windows color (decimal): -16604961 or 14655490. OLE color: 14655490.

HSL color Cylindrical-coordinate representation of color #02A0DF: hue angle of 197.1º 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 #02A0DF is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 2 160 223 -
CMYK 0.99 0.28 0 0.13
HSL 197.1º 0.98% 0.44% -
HSV(B) 197.1º 0.99% 0.87% -
XYZ 25.92 30.48 74.33 -
YUV 119.94 186.15 43.88 -
System Red Green Blue C M Y K H S L
Decimal 2 160 223 0.99 0.28 0 0.13 197.1 0.98 0.44
Hex 2 A0 DF 63 1C 0 D C5 62 2C
Octal 2 240 337 143 34 0 15 305 142 54
Binary 10 10100000 11011111 1100011 11100 0 1101 11000101 1100010 101100

Color Harmonies of #02A0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A0DF

Black with #02A0DF

Text Example


Text Example

White with #02A0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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