Html Css Color HEX #188BCB Pacific Blue

📋 copy color: '#188BCB'

red 24 ◦ green 139 ◦ blue 203

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

Shades of Pacific Blue #188BCB

Tints of Pacific Blue #188BCB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.98%

 BLUE value IS 203 (79.69% from 255) = 55.46%

R = 6.56%
G = 37.98%
B = 55.46%

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

#188BCB (or 0x188BCB) is known color: Pacific Blue. HEX triplet: 18, 8B and CB. RGB value is (24,139,203). Sum of RGB (Red+Green+Blue) = 24+139+203=366 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.56% from 366); Green value is 139 (54.69% from 255 or 37.98% from 366); Blue value is 203 (79.69% from 255 or 55.46% from 366); Max value from RGB is 203 - color contains mainly: blue. Hex color #188BCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188BCB is #E77434. Grayscale: #6F6F6F. Windows color (decimal): -15168565 or 13339416. OLE color: 13339416.

HSL color Cylindrical-coordinate representation of color #188BCB: hue angle of 201.45º 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 #188BCB is Cyan = 0.88, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 24 139 203 -
CMYK 0.88 0.32 0 0.20
HSL 201.45º 0.79% 0.45% -
HSV(B) 201.45º 0.88% 0.8% -
XYZ 20.39 22.97 59.86 -
YUV 111.91 179.4 65.3 -
System Red Green Blue C M Y K H S L
Decimal 24 139 203 0.88 0.32 0 0.20 201.45 0.79 0.45
Hex 18 8B CB 58 20 0 14 C9 4F 2D
Octal 30 213 313 130 40 0 24 311 117 55
Binary 11000 10001011 11001011 1011000 100000 0 10100 11001001 1001111 101101

Color Harmonies of #188BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188BCB

Black with #188BCB

Text Example


Text Example

White with #188BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,139,203); }

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

background-color css

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

 a { background-color: rgb(24,139,203); }

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

border-color css

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

 span { border-color: rgb(24,139,203); }

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