Html Css Color HEX #018FCD Pacific Blue

📋 copy color: '#018FCD'

red 1 ◦ green 143 ◦ blue 205

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

Shades of Pacific Blue #018FCD

Tints of Pacific Blue #018FCD

RGB

 RED value IS 1 (0.78% from 255) = 0.29%

 GREEN value IS 143 (56.25% from 255) = 40.97%

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

R = 0.29%
G = 40.97%
B = 58.74%

CMYK

 C value IS 1.00

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#018FCD (or 0x018FCD) is known color: Pacific Blue. HEX triplet: 01, 8F and CD. RGB value is (1,143,205). Sum of RGB (Red+Green+Blue) = 1+143+205=349 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 349); Green value is 143 (56.25% from 255 or 40.97% from 349); Blue value is 205 (80.47% from 255 or 58.74% from 349); Max value from RGB is 205 - color contains mainly: blue. Hex color #018FCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018FCD is #FE7032. Grayscale: #6B6B6B. Windows color (decimal): -16674867 or 13471489. OLE color: 13471489.

HSL color Cylindrical-coordinate representation of color #018FCD: hue angle of 198.24º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #018FCD is Cyan = 1.00, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 1 143 205 -
CMYK 1.00 0.30 0 0.20
HSL 198.24º 0.99% 0.4% -
HSV(B) 198.24º 1% 0.8% -
XYZ 20.85 24.06 61.3 -
YUV 107.61 182.96 51.96 -
System Red Green Blue C M Y K H S L
Decimal 1 143 205 1.00 0.30 0 0.20 198.24 0.99 0.4
Hex 1 8F CD 64 1E 0 14 C6 63 28
Octal 1 217 315 144 36 0 24 306 143 50
Binary 1 10001111 11001101 1100100 11110 0 10100 11000110 1100011 101000

Color Harmonies of #018FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018FCD

Black with #018FCD

Text Example


Text Example

White with #018FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018FCD; }

 p { color: rgb(1,143,205); }

 H1.HeaderClassName
 {
   color: #018FCD;
 }
 .AnyTagClassName
 {
   color: #018FCD;
 }
</style>

background-color css

<style>
 a { background-color: #018FCD; }

 a { background-color: rgb(1,143,205); }

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

border-color css

<style>
 span { border-color: #018FCD; }

 span { border-color: rgb(1,143,205); }

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