Html Css Color HEX #09A2DD Pacific Blue

📋 copy color: '#09A2DD'

red 9 ◦ green 162 ◦ blue 221

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

Shades of Pacific Blue #09A2DD

Tints of Pacific Blue #09A2DD

RGB

 RED value IS 9 (3.91% from 255) = 2.3%

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

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

R = 2.3%
G = 41.33%
B = 56.38%

CMYK

 C value IS 0.96

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#09A2DD (or 0x09A2DD) is known color: Pacific Blue. HEX triplet: 09, A2 and DD. RGB value is (9,162,221). Sum of RGB (Red+Green+Blue) = 9+162+221=392 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.30% from 392); Green value is 162 (63.67% from 255 or 41.33% from 392); Blue value is 221 (86.72% from 255 or 56.38% from 392); Max value from RGB is 221 - color contains mainly: blue. Hex color #09A2DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09A2DD is #F65D22. Grayscale: #7A7A7A. Windows color (decimal): -16145699 or 14524937. OLE color: 14524937.

HSL color Cylindrical-coordinate representation of color #09A2DD: hue angle of 196.7º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09A2DD is Cyan = 0.96, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 9 162 221 -
CMYK 0.96 0.27 0 0.13
HSL 196.7º 0.92% 0.45% -
HSV(B) 196.7º 0.96% 0.87% -
XYZ 26.08 31.12 73.04 -
YUV 122.98 183.31 46.7 -
System Red Green Blue C M Y K H S L
Decimal 9 162 221 0.96 0.27 0 0.13 196.7 0.92 0.45
Hex 9 A2 DD 60 1B 0 D C5 5C 2D
Octal 11 242 335 140 33 0 15 305 134 55
Binary 1001 10100010 11011101 1100000 11011 0 1101 11000101 1011100 101101

Color Harmonies of #09A2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09A2DD

Black with #09A2DD

Text Example


Text Example

White with #09A2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09A2DD; }

 p { color: rgb(9,162,221); }

 H1.HeaderClassName
 {
   color: #09A2DD;
 }
 .AnyTagClassName
 {
   color: #09A2DD;
 }
</style>

background-color css

<style>
 a { background-color: #09A2DD; }

 a { background-color: rgb(9,162,221); }

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

border-color css

<style>
 span { border-color: #09A2DD; }

 span { border-color: rgb(9,162,221); }

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