Html Css Color HEX #0997DA Pacific Blue

📋 copy color: '#0997DA'

red 9 ◦ green 151 ◦ blue 218

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

Shades of Pacific Blue #0997DA

Tints of Pacific Blue #0997DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 57.67%

R = 2.38%
G = 39.95%
B = 57.67%

CMYK

 C value IS 0.96

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0997DA (or 0x0997DA) is known color: Pacific Blue. HEX triplet: 09, 97 and DA. RGB value is (9,151,218). Sum of RGB (Red+Green+Blue) = 9+151+218=378 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.38% from 378); Green value is 151 (59.38% from 255 or 39.95% from 378); Blue value is 218 (85.55% from 255 or 57.67% from 378); Max value from RGB is 218 - color contains mainly: blue. Hex color #0997DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0997DA is #F66825. Grayscale: #737373. Windows color (decimal): -16148518 or 14325513. OLE color: 14325513.

HSL color Cylindrical-coordinate representation of color #0997DA: hue angle of 199.23º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0997DA is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 9 151 218 -
CMYK 0.96 0.31 0 0.15
HSL 199.23º 0.92% 0.45% -
HSV(B) 199.23º 0.96% 0.85% -
XYZ 23.83 27.25 70.33 -
YUV 116.18 185.46 51.55 -
System Red Green Blue C M Y K H S L
Decimal 9 151 218 0.96 0.31 0 0.15 199.23 0.92 0.45
Hex 9 97 DA 60 1F 0 F C7 5C 2D
Octal 11 227 332 140 37 0 17 307 134 55
Binary 1001 10010111 11011010 1100000 11111 0 1111 11000111 1011100 101101

Color Harmonies of #0997DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0997DA

Black with #0997DA

Text Example


Text Example

White with #0997DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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