Html Css Color HEX #0E97CC Pacific Blue

📋 copy color: '#0E97CC'

red 14 ◦ green 151 ◦ blue 204

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

Shades of Pacific Blue #0E97CC

Tints of Pacific Blue #0E97CC

RGB

 RED value IS 14 (5.86% from 255) = 3.79%

 GREEN value IS 151 (59.38% from 255) = 40.92%

 BLUE value IS 204 (80.08% from 255) = 55.28%

R = 3.79%
G = 40.92%
B = 55.28%

CMYK

 C value IS 0.93

 M value IS 0.26

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0E97CC (or 0x0E97CC) is known color: Pacific Blue. HEX triplet: 0E, 97 and CC. RGB value is (14,151,204). Sum of RGB (Red+Green+Blue) = 14+151+204=369 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.79% from 369); Green value is 151 (59.38% from 255 or 40.92% from 369); Blue value is 204 (80.08% from 255 or 55.28% from 369); Max value from RGB is 204 - color contains mainly: blue. Hex color #0E97CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E97CC is #F16833. Grayscale: #737373. Windows color (decimal): -15820852 or 13408014. OLE color: 13408014.

HSL color Cylindrical-coordinate representation of color #0E97CC: hue angle of 196.74º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E97CC is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 14 151 204 -
CMYK 0.93 0.26 0 0.2
HSL 196.74º 0.87% 0.43% -
HSV(B) 196.74º 0.93% 0.8% -
XYZ 22.15 26.59 61.09 -
YUV 116.08 177.61 55.19 -
System Red Green Blue C M Y K H S L
Decimal 14 151 204 0.93 0.26 0 0.2 196.74 0.87 0.43
Hex E 97 CC 5D 1A 0 14 C5 57 2B
Octal 16 227 314 135 32 0 24 305 127 53
Binary 1110 10010111 11001100 1011101 11010 0 10100 11000101 1010111 101011

Color Harmonies of #0E97CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E97CC

Black with #0E97CC

Text Example


Text Example

White with #0E97CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0E97CC; }

 p { color: rgb(14,151,204); }

 H1.HeaderClassName
 {
   color: #0E97CC;
 }
 .AnyTagClassName
 {
   color: #0E97CC;
 }
</style>

background-color css

<style>
 a { background-color: #0E97CC; }

 a { background-color: rgb(14,151,204); }

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

border-color css

<style>
 span { border-color: #0E97CC; }

 span { border-color: rgb(14,151,204); }

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