Html Css Color HEX #0F8ACB Pacific Blue

📋 copy color: '#0F8ACB'

red 15 ◦ green 138 ◦ blue 203

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

Shades of Pacific Blue #0F8ACB

Tints of Pacific Blue #0F8ACB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.76%

 BLUE value IS 203 (79.69% from 255) = 57.02%

R = 4.21%
G = 38.76%
B = 57.02%

CMYK

 C value IS 0.93

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0F8ACB (or 0x0F8ACB) is known color: Pacific Blue. HEX triplet: 0F, 8A and CB. RGB value is (15,138,203). Sum of RGB (Red+Green+Blue) = 15+138+203=356 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.21% from 356); Green value is 138 (54.30% from 255 or 38.76% from 356); Blue value is 203 (79.69% from 255 or 57.02% from 356); Max value from RGB is 203 - color contains mainly: blue. Hex color #0F8ACB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F8ACB is #F07534. Grayscale: #6C6C6C. Windows color (decimal): -15758645 or 13339151. OLE color: 13339151.

HSL color Cylindrical-coordinate representation of color #0F8ACB: hue angle of 200.74º degrees, saturation: 0.86, 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 #0F8ACB is Cyan = 0.93, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 15 138 203 -
CMYK 0.93 0.32 0 0.20
HSL 200.74º 0.86% 0.43% -
HSV(B) 200.74º 0.93% 0.8% -
XYZ 20.06 22.59 59.8 -
YUV 108.63 181.25 61.21 -
System Red Green Blue C M Y K H S L
Decimal 15 138 203 0.93 0.32 0 0.20 200.74 0.86 0.43
Hex F 8A CB 5D 20 0 14 C9 56 2B
Octal 17 212 313 135 40 0 24 311 126 53
Binary 1111 10001010 11001011 1011101 100000 0 10100 11001001 1010110 101011

Color Harmonies of #0F8ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8ACB

Black with #0F8ACB

Text Example


Text Example

White with #0F8ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,138,203); }

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

background-color css

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

 a { background-color: rgb(15,138,203); }

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

border-color css

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

 span { border-color: rgb(15,138,203); }

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