Html Css Color HEX #09A5DF Pacific Blue

📋 copy color: '#09A5DF'

red 9 ◦ green 165 ◦ blue 223

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

Shades of Pacific Blue #09A5DF

Tints of Pacific Blue #09A5DF

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.56%

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

R = 2.27%
G = 41.56%
B = 56.17%

CMYK

 C value IS 0.96

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#09A5DF (or 0x09A5DF) is known color: Pacific Blue. HEX triplet: 09, A5 and DF. RGB value is (9,165,223). Sum of RGB (Red+Green+Blue) = 9+165+223=397 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.27% from 397); Green value is 165 (64.84% from 255 or 41.56% from 397); Blue value is 223 (87.5% from 255 or 56.17% from 397); Max value from RGB is 223 - color contains mainly: blue. Hex color #09A5DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09A5DF is #F65A20. Grayscale: #7C7C7C. Windows color (decimal): -16144929 or 14656777. OLE color: 14656777.

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

Color convert

RGB 9 165 223 -
CMYK 0.96 0.26 0 0.13
HSL 196.26º 0.92% 0.45% -
HSV(B) 196.26º 0.96% 0.87% -
XYZ 26.89 32.3 74.63 -
YUV 124.97 183.32 45.28 -
System Red Green Blue C M Y K H S L
Decimal 9 165 223 0.96 0.26 0 0.13 196.26 0.92 0.45
Hex 9 A5 DF 60 1A 0 D C4 5C 2D
Octal 11 245 337 140 32 0 15 304 134 55
Binary 1001 10100101 11011111 1100000 11010 0 1101 11000100 1011100 101101

Color Harmonies of #09A5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09A5DF

Black with #09A5DF

Text Example


Text Example

White with #09A5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,165,223); }

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

background-color css

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

 a { background-color: rgb(9,165,223); }

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

border-color css

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

 span { border-color: rgb(9,165,223); }

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