Html Css Color HEX #0F8ACD Pacific Blue

📋 copy color: '#0F8ACD'

red 15 ◦ green 138 ◦ blue 205

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

Shades of Pacific Blue #0F8ACD

Tints of Pacific Blue #0F8ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 57.26%

R = 4.19%
G = 38.55%
B = 57.26%

CMYK

 C value IS 0.93

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0F8ACD (or 0x0F8ACD) is known color: Pacific Blue. HEX triplet: 0F, 8A and CD. RGB value is (15,138,205). Sum of RGB (Red+Green+Blue) = 15+138+205=358 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.19% from 358); Green value is 138 (54.30% from 255 or 38.55% from 358); Blue value is 205 (80.47% from 255 or 57.26% from 358); Max value from RGB is 205 - color contains mainly: blue. Hex color #0F8ACD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F8ACD is #F07532. Grayscale: #6C6C6C. Windows color (decimal): -15758643 or 13470223. OLE color: 13470223.

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

Color convert

RGB 15 138 205 -
CMYK 0.93 0.33 0 0.20
HSL 201.16º 0.86% 0.43% -
HSV(B) 201.16º 0.93% 0.8% -
XYZ 20.3 22.69 61.07 -
YUV 108.86 182.25 61.05 -
System Red Green Blue C M Y K H S L
Decimal 15 138 205 0.93 0.33 0 0.20 201.16 0.86 0.43
Hex F 8A CD 5D 21 0 14 C9 56 2B
Octal 17 212 315 135 41 0 24 311 126 53
Binary 1111 10001010 11001101 1011101 100001 0 10100 11001001 1010110 101011

Color Harmonies of #0F8ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8ACD

Black with #0F8ACD

Text Example


Text Example

White with #0F8ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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