Html Css Color HEX #009BE7 Pacific Blue

📋 copy color: '#009BE7'

red 0 ◦ green 155 ◦ blue 231

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

Shades of Pacific Blue #009BE7

Tints of Pacific Blue #009BE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 59.84%

R = 0%
G = 40.16%
B = 59.84%

CMYK

 C value IS 1

 M value IS 0.33

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#009BE7 (or 0x009BE7) is known color: Pacific Blue. HEX triplet: 00, 9B and E7. RGB value is (0,155,231). Sum of RGB (Red+Green+Blue) = 0+155+231=386 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 386); Green value is 155 (60.94% from 255 or 40.16% from 386); Blue value is 231 (90.62% from 255 or 59.84% from 386); Max value from RGB is 231 - color contains mainly: blue. Hex color #009BE7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #009BE7 is #FF6418. Grayscale: #747474. Windows color (decimal): -16737305 or 15178496. OLE color: 15178496.

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

Color convert

RGB 0 155 231 -
CMYK 1 0.33 0 0.09
HSL 199.74º 1% 0.45% -
HSV(B) 199.74º 1% 0.91% -
XYZ 26.15 29.21 79.86 -
YUV 117.32 192.15 44.32 -
System Red Green Blue C M Y K H S L
Decimal 0 155 231 1 0.33 0 0.09 199.74 1 0.45
Hex 0 9B E7 64 21 0 9 C8 64 2D
Octal 0 233 347 144 41 0 11 310 144 55
Binary 0 10011011 11100111 1100100 100001 0 1001 11001000 1100100 101101

Color Harmonies of #009BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009BE7

Black with #009BE7

Text Example


Text Example

White with #009BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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