Html Css Color HEX #02A4DD Pacific Blue

📋 copy color: '#02A4DD'

red 2 ◦ green 164 ◦ blue 221

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

Shades of Pacific Blue #02A4DD

Tints of Pacific Blue #02A4DD

RGB

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

 GREEN value IS 164 (64.45% from 255) = 42.38%

 BLUE value IS 221 (86.72% from 255) = 57.11%

R = 0.52%
G = 42.38%
B = 57.11%

CMYK

 C value IS 0.99

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#02A4DD (or 0x02A4DD) is known color: Pacific Blue. HEX triplet: 02, A4 and DD. RGB value is (2,164,221). Sum of RGB (Red+Green+Blue) = 2+164+221=387 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 387); Green value is 164 (64.45% from 255 or 42.38% from 387); Blue value is 221 (86.72% from 255 or 57.11% from 387); Max value from RGB is 221 - color contains mainly: blue. Hex color #02A4DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02A4DD is #FD5B22. Grayscale: #797979. Windows color (decimal): -16603939 or 14525442. OLE color: 14525442.

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

Color convert

RGB 2 164 221 -
CMYK 0.99 0.26 0 0.13
HSL 195.62º 0.98% 0.44% -
HSV(B) 195.62º 0.99% 0.87% -
XYZ 26.35 31.78 73.15 -
YUV 122.06 183.83 42.37 -
System Red Green Blue C M Y K H S L
Decimal 2 164 221 0.99 0.26 0 0.13 195.62 0.98 0.44
Hex 2 A4 DD 63 1A 0 D C4 62 2C
Octal 2 244 335 143 32 0 15 304 142 54
Binary 10 10100100 11011101 1100011 11010 0 1101 11000100 1100010 101100

Color Harmonies of #02A4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A4DD

Black with #02A4DD

Text Example


Text Example

White with #02A4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,164,221); }

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

background-color css

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

 a { background-color: rgb(2,164,221); }

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

border-color css

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

 span { border-color: rgb(2,164,221); }

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