Html Css Color HEX #0FA6BD Pacific Blue

📋 copy color: '#0FA6BD'

red 15 ◦ green 166 ◦ blue 189

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

Shades of Pacific Blue #0FA6BD

Tints of Pacific Blue #0FA6BD

RGB

 RED value IS 15 (6.25% from 255) = 4.05%

 GREEN value IS 166 (65.23% from 255) = 44.86%

 BLUE value IS 189 (74.22% from 255) = 51.08%

R = 4.05%
G = 44.86%
B = 51.08%

CMYK

 C value IS 0.92

 M value IS 0.12

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0FA6BD (or 0x0FA6BD) is known color: Pacific Blue. HEX triplet: 0F, A6 and BD. RGB value is (15,166,189). Sum of RGB (Red+Green+Blue) = 15+166+189=370 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.05% from 370); Green value is 166 (65.23% from 255 or 44.86% from 370); Blue value is 189 (74.22% from 255 or 51.08% from 370); Max value from RGB is 189 - color contains mainly: blue. Hex color #0FA6BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FA6BD is #F05942. Grayscale: #7B7B7B. Windows color (decimal): -15751491 or 12428815. OLE color: 12428815.

HSL color Cylindrical-coordinate representation of color #0FA6BD: hue angle of 187.93º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FA6BD is Cyan = 0.92, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 15 166 189 -
CMYK 0.92 0.12 0 0.26
HSL 187.93º 0.85% 0.4% -
HSV(B) 187.93º 0.92% 0.74% -
XYZ 23.02 31.05 52.92 -
YUV 123.47 164.97 50.63 -
System Red Green Blue C M Y K H S L
Decimal 15 166 189 0.92 0.12 0 0.26 187.93 0.85 0.4
Hex F A6 BD 5C C 0 1A BC 55 28
Octal 17 246 275 134 14 0 32 274 125 50
Binary 1111 10100110 10111101 1011100 1100 0 11010 10111100 1010101 101000

Color Harmonies of #0FA6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA6BD

Black with #0FA6BD

Text Example


Text Example

White with #0FA6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,166,189); }

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

background-color css

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

 a { background-color: rgb(15,166,189); }

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

border-color css

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

 span { border-color: rgb(15,166,189); }

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