Html Css Color HEX #009BE5 Pacific Blue

📋 copy color: '#009BE5'

red 0 ◦ green 155 ◦ blue 229

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

Shades of Pacific Blue #009BE5

Tints of Pacific Blue #009BE5

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.36%

 BLUE value IS 229 (89.84% from 255) = 59.64%

R = 0%
G = 40.36%
B = 59.64%

CMYK

 C value IS 1

 M value IS 0.32

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#009BE5 (or 0x009BE5) is known color: Pacific Blue. HEX triplet: 00, 9B and E5. RGB value is (0,155,229). Sum of RGB (Red+Green+Blue) = 0+155+229=384 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 384); Green value is 155 (60.94% from 255 or 40.36% from 384); Blue value is 229 (89.84% from 255 or 59.64% from 384); Max value from RGB is 229 - color contains mainly: blue. Hex color #009BE5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009BE5 is #FF641A. Grayscale: #747474. Windows color (decimal): -16737307 or 15047424. OLE color: 15047424.

HSL color Cylindrical-coordinate representation of color #009BE5: hue angle of 199.39º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009BE5 is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 0 155 229 -
CMYK 1 0.32 0 0.10
HSL 199.39º 1% 0.45% -
HSV(B) 199.39º 1% 0.9% -
XYZ 25.86 29.1 78.38 -
YUV 117.09 191.15 44.48 -
System Red Green Blue C M Y K H S L
Decimal 0 155 229 1 0.32 0 0.10 199.39 1 0.45
Hex 0 9B E5 64 20 0 A C7 64 2D
Octal 0 233 345 144 40 0 12 307 144 55
Binary 0 10011011 11100101 1100100 100000 0 1010 11000111 1100100 101101

Color Harmonies of #009BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009BE5

Black with #009BE5

Text Example


Text Example

White with #009BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,155,229); }

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

background-color css

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

 a { background-color: rgb(0,155,229); }

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

border-color css

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

 span { border-color: rgb(0,155,229); }

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