Html Css Color HEX #018CDD Pacific Blue

📋 copy color: '#018CDD'

red 1 ◦ green 140 ◦ blue 221

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

Shades of Pacific Blue #018CDD

Tints of Pacific Blue #018CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 61.05%

R = 0.28%
G = 38.67%
B = 61.05%

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

#018CDD (or 0x018CDD) is known color: Pacific Blue. HEX triplet: 01, 8C and DD. RGB value is (1,140,221). Sum of RGB (Red+Green+Blue) = 1+140+221=362 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 362); Green value is 140 (55.08% from 255 or 38.67% from 362); Blue value is 221 (86.72% from 255 or 61.05% from 362); Max value from RGB is 221 - color contains mainly: blue. Hex color #018CDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018CDD is #FE7322. Grayscale: #6B6B6B. Windows color (decimal): -16675619 or 14519297. OLE color: 14519297.

HSL color Cylindrical-coordinate representation of color #018CDD: hue angle of 202.09º 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 #018CDD is Cyan = 1.00, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 1 140 221 -
CMYK 1.00 0.37 0 0.13
HSL 202.09º 0.99% 0.44% -
HSV(B) 202.09º 1% 0.87% -
XYZ 22.44 23.98 71.85 -
YUV 107.67 191.95 51.91 -
System Red Green Blue C M Y K H S L
Decimal 1 140 221 1.00 0.37 0 0.13 202.09 0.99 0.44
Hex 1 8C DD 64 25 0 D CA 63 2C
Octal 1 214 335 144 45 0 15 312 143 54
Binary 1 10001100 11011101 1100100 100101 0 1101 11001010 1100011 101100

Color Harmonies of #018CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018CDD

Black with #018CDD

Text Example


Text Example

White with #018CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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