Html Css Color HEX #188BD7 Pacific Blue

📋 copy color: '#188BD7'

red 24 ◦ green 139 ◦ blue 215

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

Shades of Pacific Blue #188BD7

Tints of Pacific Blue #188BD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 56.88%

R = 6.35%
G = 36.77%
B = 56.88%

CMYK

 C value IS 0.89

 M value IS 0.35

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#188BD7 (or 0x188BD7) is known color: Pacific Blue. HEX triplet: 18, 8B and D7. RGB value is (24,139,215). Sum of RGB (Red+Green+Blue) = 24+139+215=378 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.35% from 378); Green value is 139 (54.69% from 255 or 36.77% from 378); Blue value is 215 (84.38% from 255 or 56.88% from 378); Max value from RGB is 215 - color contains mainly: blue. Hex color #188BD7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188BD7 is #E77428. Grayscale: #707070. Windows color (decimal): -15168553 or 14125848. OLE color: 14125848.

HSL color Cylindrical-coordinate representation of color #188BD7: hue angle of 203.87º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #188BD7 is Cyan = 0.89, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 24 139 215 -
CMYK 0.89 0.35 0 0.16
HSL 203.87º 0.8% 0.47% -
HSV(B) 203.87º 0.89% 0.84% -
XYZ 21.88 23.57 67.69 -
YUV 113.28 185.4 64.32 -
System Red Green Blue C M Y K H S L
Decimal 24 139 215 0.89 0.35 0 0.16 203.87 0.8 0.47
Hex 18 8B D7 59 23 0 10 CC 50 2F
Octal 30 213 327 131 43 0 20 314 120 57
Binary 11000 10001011 11010111 1011001 100011 0 10000 11001100 1010000 101111

Color Harmonies of #188BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188BD7

Black with #188BD7

Text Example


Text Example

White with #188BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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