Html Css Color HEX #188FCE Pacific Blue

📋 copy color: '#188FCE'

red 24 ◦ green 143 ◦ blue 206

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

Shades of Pacific Blue #188FCE

Tints of Pacific Blue #188FCE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.34%

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

R = 6.43%
G = 38.34%
B = 55.23%

CMYK

 C value IS 0.88

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#188FCE (or 0x188FCE) is known color: Pacific Blue. HEX triplet: 18, 8F and CE. RGB value is (24,143,206). Sum of RGB (Red+Green+Blue) = 24+143+206=373 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.43% from 373); Green value is 143 (56.25% from 255 or 38.34% from 373); Blue value is 206 (80.86% from 255 or 55.23% from 373); Max value from RGB is 206 - color contains mainly: blue. Hex color #188FCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188FCE is #E77031. Grayscale: #727272. Windows color (decimal): -15167538 or 13537048. OLE color: 13537048.

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

Color convert

RGB 24 143 206 -
CMYK 0.88 0.31 0 0.19
HSL 200.77º 0.79% 0.45% -
HSV(B) 200.77º 0.88% 0.81% -
XYZ 21.34 24.3 61.96 -
YUV 114.6 179.58 63.38 -
System Red Green Blue C M Y K H S L
Decimal 24 143 206 0.88 0.31 0 0.19 200.77 0.79 0.45
Hex 18 8F CE 58 1F 0 13 C9 4F 2D
Octal 30 217 316 130 37 0 23 311 117 55
Binary 11000 10001111 11001110 1011000 11111 0 10011 11001001 1001111 101101

Color Harmonies of #188FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188FCE

Black with #188FCE

Text Example


Text Example

White with #188FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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