Html Css Color HEX #188CCD Pacific Blue

📋 copy color: '#188CCD'

red 24 ◦ green 140 ◦ blue 205

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

Shades of Pacific Blue #188CCD

Tints of Pacific Blue #188CCD

RGB

 RED value IS 24 (9.77% from 255) = 6.5%

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

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

R = 6.5%
G = 37.94%
B = 55.56%

CMYK

 C value IS 0.88

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#188CCD (or 0x188CCD) is known color: Pacific Blue. HEX triplet: 18, 8C and CD. RGB value is (24,140,205). Sum of RGB (Red+Green+Blue) = 24+140+205=369 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.50% from 369); Green value is 140 (55.08% from 255 or 37.94% from 369); Blue value is 205 (80.47% from 255 or 55.56% from 369); Max value from RGB is 205 - color contains mainly: blue. Hex color #188CCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188CCD is #E77332. Grayscale: #707070. Windows color (decimal): -15168307 or 13470744. OLE color: 13470744.

HSL color Cylindrical-coordinate representation of color #188CCD: hue angle of 201.55º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #188CCD is Cyan = 0.88, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 24 140 205 -
CMYK 0.88 0.32 0 0.20
HSL 201.55º 0.79% 0.45% -
HSV(B) 201.55º 0.88% 0.8% -
XYZ 20.77 23.36 61.17 -
YUV 112.73 180.07 64.71 -
System Red Green Blue C M Y K H S L
Decimal 24 140 205 0.88 0.32 0 0.20 201.55 0.79 0.45
Hex 18 8C CD 58 20 0 14 CA 4F 2D
Octal 30 214 315 130 40 0 24 312 117 55
Binary 11000 10001100 11001101 1011000 100000 0 10100 11001010 1001111 101101

Color Harmonies of #188CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188CCD

Black with #188CCD

Text Example


Text Example

White with #188CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188CCD; }

 p { color: rgb(24,140,205); }

 H1.HeaderClassName
 {
   color: #188CCD;
 }
 .AnyTagClassName
 {
   color: #188CCD;
 }
</style>

background-color css

<style>
 a { background-color: #188CCD; }

 a { background-color: rgb(24,140,205); }

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

border-color css

<style>
 span { border-color: #188CCD; }

 span { border-color: rgb(24,140,205); }

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