Html Css Color HEX #188BCF Pacific Blue

📋 copy color: '#188BCF'

red 24 ◦ green 139 ◦ blue 207

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

Shades of Pacific Blue #188BCF

Tints of Pacific Blue #188BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 55.95%

R = 6.49%
G = 37.57%
B = 55.95%

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

#188BCF (or 0x188BCF) is known color: Pacific Blue. HEX triplet: 18, 8B and CF. RGB value is (24,139,207). Sum of RGB (Red+Green+Blue) = 24+139+207=370 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.49% from 370); Green value is 139 (54.69% from 255 or 37.57% from 370); Blue value is 207 (81.25% from 255 or 55.95% from 370); Max value from RGB is 207 - color contains mainly: blue. Hex color #188BCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188BCF is #E77430. Grayscale: #6F6F6F. Windows color (decimal): -15168561 or 13601560. OLE color: 13601560.

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

Color convert

RGB 24 139 207 -
CMYK 0.88 0.33 0 0.19
HSL 202.3º 0.79% 0.45% -
HSV(B) 202.3º 0.88% 0.81% -
XYZ 20.87 23.16 62.4 -
YUV 112.37 181.4 64.97 -
System Red Green Blue C M Y K H S L
Decimal 24 139 207 0.88 0.33 0 0.19 202.3 0.79 0.45
Hex 18 8B CF 58 21 0 13 CA 4F 2D
Octal 30 213 317 130 41 0 23 312 117 55
Binary 11000 10001011 11001111 1011000 100001 0 10011 11001010 1001111 101101

Color Harmonies of #188BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188BCF

Black with #188BCF

Text Example


Text Example

White with #188BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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