Html Css Color HEX #0FA5CE Pacific Blue

📋 copy color: '#0FA5CE'

red 15 ◦ green 165 ◦ blue 206

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

Shades of Pacific Blue #0FA5CE

Tints of Pacific Blue #0FA5CE

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.75%

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

R = 3.89%
G = 42.75%
B = 53.37%

CMYK

 C value IS 0.93

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0FA5CE (or 0x0FA5CE) is known color: Pacific Blue. HEX triplet: 0F, A5 and CE. RGB value is (15,165,206). Sum of RGB (Red+Green+Blue) = 15+165+206=386 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.89% from 386); Green value is 165 (64.84% from 255 or 42.75% from 386); Blue value is 206 (80.86% from 255 or 53.37% from 386); Max value from RGB is 206 - color contains mainly: blue. Hex color #0FA5CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FA5CE is #F05A31. Grayscale: #7C7C7C. Windows color (decimal): -15751730 or 13542671. OLE color: 13542671.

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

Color convert

RGB 15 165 206 -
CMYK 0.93 0.20 0 0.19
HSL 192.88º 0.86% 0.43% -
HSV(B) 192.88º 0.93% 0.81% -
XYZ 24.79 31.47 63.16 -
YUV 124.82 173.81 49.67 -
System Red Green Blue C M Y K H S L
Decimal 15 165 206 0.93 0.20 0 0.19 192.88 0.86 0.43
Hex F A5 CE 5D 14 0 13 C1 56 2B
Octal 17 245 316 135 24 0 23 301 126 53
Binary 1111 10100101 11001110 1011101 10100 0 10011 11000001 1010110 101011

Color Harmonies of #0FA5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA5CE

Black with #0FA5CE

Text Example


Text Example

White with #0FA5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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