Html Css Color HEX #0997DE Pacific Blue

📋 copy color: '#0997DE'

red 9 ◦ green 151 ◦ blue 222

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

Shades of Pacific Blue #0997DE

Tints of Pacific Blue #0997DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 58.12%

R = 2.36%
G = 39.53%
B = 58.12%

CMYK

 C value IS 0.96

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0997DE (or 0x0997DE) is known color: Pacific Blue. HEX triplet: 09, 97 and DE. RGB value is (9,151,222). Sum of RGB (Red+Green+Blue) = 9+151+222=382 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.36% from 382); Green value is 151 (59.38% from 255 or 39.53% from 382); Blue value is 222 (87.11% from 255 or 58.12% from 382); Max value from RGB is 222 - color contains mainly: blue. Hex color #0997DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0997DE is #F66821. Grayscale: #747474. Windows color (decimal): -16148514 or 14587657. OLE color: 14587657.

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

Color convert

RGB 9 151 222 -
CMYK 0.96 0.32 0 0.13
HSL 200º 0.92% 0.45% -
HSV(B) 200º 0.96% 0.87% -
XYZ 24.36 27.47 73.12 -
YUV 116.64 187.46 51.23 -
System Red Green Blue C M Y K H S L
Decimal 9 151 222 0.96 0.32 0 0.13 200 0.92 0.45
Hex 9 97 DE 60 20 0 D C8 5C 2D
Octal 11 227 336 140 40 0 15 310 134 55
Binary 1001 10010111 11011110 1100000 100000 0 1101 11001000 1011100 101101

Color Harmonies of #0997DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0997DE

Black with #0997DE

Text Example


Text Example

White with #0997DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0997DE; }

 p { color: rgb(9,151,222); }

 H1.HeaderClassName
 {
   color: #0997DE;
 }
 .AnyTagClassName
 {
   color: #0997DE;
 }
</style>

background-color css

<style>
 a { background-color: #0997DE; }

 a { background-color: rgb(9,151,222); }

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

border-color css

<style>
 span { border-color: #0997DE; }

 span { border-color: rgb(9,151,222); }

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