Html Css Color HEX #188BCE Pacific Blue

📋 copy color: '#188BCE'

red 24 ◦ green 139 ◦ blue 206

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

Shades of Pacific Blue #188BCE

Tints of Pacific Blue #188BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 55.83%

R = 6.5%
G = 37.67%
B = 55.83%

CMYK

 C value IS 0.88

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#188BCE (or 0x188BCE) is known color: Pacific Blue. HEX triplet: 18, 8B and CE. RGB value is (24,139,206). Sum of RGB (Red+Green+Blue) = 24+139+206=369 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.50% from 369); Green value is 139 (54.69% from 255 or 37.67% from 369); Blue value is 206 (80.86% from 255 or 55.83% from 369); Max value from RGB is 206 - color contains mainly: blue. Hex color #188BCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188BCE is #E77431. Grayscale: #6F6F6F. Windows color (decimal): -15168562 or 13536024. OLE color: 13536024.

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

Color convert

RGB 24 139 206 -
CMYK 0.88 0.33 0 0.19
HSL 202.09º 0.79% 0.45% -
HSV(B) 202.09º 0.88% 0.81% -
XYZ 20.75 23.12 61.76 -
YUV 112.25 180.9 65.05 -
System Red Green Blue C M Y K H S L
Decimal 24 139 206 0.88 0.33 0 0.19 202.09 0.79 0.45
Hex 18 8B CE 58 21 0 13 CA 4F 2D
Octal 30 213 316 130 41 0 23 312 117 55
Binary 11000 10001011 11001110 1011000 100001 0 10011 11001010 1001111 101101

Color Harmonies of #188BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188BCE

Black with #188BCE

Text Example


Text Example

White with #188BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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