Html Css Color HEX #018CDE Pacific Blue

📋 copy color: '#018CDE'

red 1 ◦ green 140 ◦ blue 222

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

Shades of Pacific Blue #018CDE

Tints of Pacific Blue #018CDE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.57%

 BLUE value IS 222 (87.11% from 255) = 61.16%

R = 0.28%
G = 38.57%
B = 61.16%

CMYK

 C value IS 1.00

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#018CDE (or 0x018CDE) is known color: Pacific Blue. HEX triplet: 01, 8C and DE. RGB value is (1,140,222). Sum of RGB (Red+Green+Blue) = 1+140+222=363 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 363); Green value is 140 (55.08% from 255 or 38.57% from 363); Blue value is 222 (87.11% from 255 or 61.16% from 363); Max value from RGB is 222 - color contains mainly: blue. Hex color #018CDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018CDE is #FE7321. Grayscale: #6B6B6B. Windows color (decimal): -16675618 or 14584833. OLE color: 14584833.

HSL color Cylindrical-coordinate representation of color #018CDE: hue angle of 202.26º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #018CDE is Cyan = 1.00, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 1 140 222 -
CMYK 1.00 0.37 0 0.13
HSL 202.26º 0.99% 0.44% -
HSV(B) 202.26º 1% 0.87% -
XYZ 22.58 24.04 72.56 -
YUV 107.79 192.45 51.83 -
System Red Green Blue C M Y K H S L
Decimal 1 140 222 1.00 0.37 0 0.13 202.26 0.99 0.44
Hex 1 8C DE 64 25 0 D CA 63 2C
Octal 1 214 336 144 45 0 15 312 143 54
Binary 1 10001100 11011110 1100100 100101 0 1101 11001010 1100011 101100

Color Harmonies of #018CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018CDE

Black with #018CDE

Text Example


Text Example

White with #018CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,140,222); }

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

background-color css

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

 a { background-color: rgb(1,140,222); }

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

border-color css

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

 span { border-color: rgb(1,140,222); }

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