Html Css Color HEX #009ACF Pacific Blue

📋 copy color: '#009ACF'

red 0 ◦ green 154 ◦ blue 207

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

Shades of Pacific Blue #009ACF

Tints of Pacific Blue #009ACF

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 154 (60.55% from 255) = 42.66%

 BLUE value IS 207 (81.25% from 255) = 57.34%

R = 0%
G = 42.66%
B = 57.34%

CMYK

 C value IS 1

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#009ACF (or 0x009ACF) is known color: Pacific Blue. HEX triplet: 00, 9A and CF. RGB value is (0,154,207). Sum of RGB (Red+Green+Blue) = 0+154+207=361 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 361); Green value is 154 (60.55% from 255 or 42.66% from 361); Blue value is 207 (81.25% from 255 or 57.34% from 361); Max value from RGB is 207 - color contains mainly: blue. Hex color #009ACF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009ACF is #FF6530. Grayscale: #717171. Windows color (decimal): -16737585 or 13605376. OLE color: 13605376.

HSL color Cylindrical-coordinate representation of color #009ACF: hue angle of 195.36º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009ACF is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 0 154 207 -
CMYK 1 0.26 0 0.19
HSL 195.36º 1% 0.41% -
HSV(B) 195.36º 1% 0.81% -
XYZ 22.82 27.62 63.16 -
YUV 114 180.48 46.69 -
System Red Green Blue C M Y K H S L
Decimal 0 154 207 1 0.26 0 0.19 195.36 1 0.41
Hex 0 9A CF 64 1A 0 13 C3 64 29
Octal 0 232 317 144 32 0 23 303 144 51
Binary 0 10011010 11001111 1100100 11010 0 10011 11000011 1100100 101001

Color Harmonies of #009ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009ACF

Black with #009ACF

Text Example


Text Example

White with #009ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009ACF; }

 p { color: rgb(0,154,207); }

 H1.HeaderClassName
 {
   color: #009ACF;
 }
 .AnyTagClassName
 {
   color: #009ACF;
 }
</style>

background-color css

<style>
 a { background-color: #009ACF; }

 a { background-color: rgb(0,154,207); }

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

border-color css

<style>
 span { border-color: #009ACF; }

 span { border-color: rgb(0,154,207); }

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