Html Css Color HEX #0F8ACE Pacific Blue

📋 copy color: '#0F8ACE'

red 15 ◦ green 138 ◦ blue 206

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

Shades of Pacific Blue #0F8ACE

Tints of Pacific Blue #0F8ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 57.38%

R = 4.18%
G = 38.44%
B = 57.38%

CMYK

 C value IS 0.93

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0F8ACE (or 0x0F8ACE) is known color: Pacific Blue. HEX triplet: 0F, 8A and CE. RGB value is (15,138,206). Sum of RGB (Red+Green+Blue) = 15+138+206=359 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.18% from 359); Green value is 138 (54.30% from 255 or 38.44% from 359); Blue value is 206 (80.86% from 255 or 57.38% from 359); Max value from RGB is 206 - color contains mainly: blue. Hex color #0F8ACE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F8ACE is #F07531. Grayscale: #6C6C6C. Windows color (decimal): -15758642 or 13535759. OLE color: 13535759.

HSL color Cylindrical-coordinate representation of color #0F8ACE: hue angle of 201.36º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F8ACE is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 15 138 206 -
CMYK 0.93 0.33 0 0.19
HSL 201.36º 0.86% 0.43% -
HSV(B) 201.36º 0.93% 0.81% -
XYZ 20.43 22.73 61.7 -
YUV 108.98 182.75 60.97 -
System Red Green Blue C M Y K H S L
Decimal 15 138 206 0.93 0.33 0 0.19 201.36 0.86 0.43
Hex F 8A CE 5D 21 0 13 C9 56 2B
Octal 17 212 316 135 41 0 23 311 126 53
Binary 1111 10001010 11001110 1011101 100001 0 10011 11001001 1010110 101011

Color Harmonies of #0F8ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8ACE

Black with #0F8ACE

Text Example


Text Example

White with #0F8ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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