Html Css Color HEX #188FCF Pacific Blue

📋 copy color: '#188FCF'

red 24 ◦ green 143 ◦ blue 207

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

Shades of Pacific Blue #188FCF

Tints of Pacific Blue #188FCF

RGB

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

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

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

R = 6.42%
G = 38.24%
B = 55.35%

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

#188FCF (or 0x188FCF) is known color: Pacific Blue. HEX triplet: 18, 8F and CF. RGB value is (24,143,207). Sum of RGB (Red+Green+Blue) = 24+143+207=374 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.42% from 374); Green value is 143 (56.25% from 255 or 38.24% from 374); Blue value is 207 (81.25% from 255 or 55.35% from 374); Max value from RGB is 207 - color contains mainly: blue. Hex color #188FCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188FCF is #E77030. Grayscale: #727272. Windows color (decimal): -15167537 or 13602584. OLE color: 13602584.

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

Color convert

RGB 24 143 207 -
CMYK 0.88 0.31 0 0.19
HSL 200.98º 0.79% 0.45% -
HSV(B) 200.98º 0.88% 0.81% -
XYZ 21.46 24.34 62.6 -
YUV 114.72 180.08 63.3 -
System Red Green Blue C M Y K H S L
Decimal 24 143 207 0.88 0.31 0 0.19 200.98 0.79 0.45
Hex 18 8F CF 58 1F 0 13 C9 4F 2D
Octal 30 217 317 130 37 0 23 311 117 55
Binary 11000 10001111 11001111 1011000 11111 0 10011 11001001 1001111 101101

Color Harmonies of #188FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188FCF

Black with #188FCF

Text Example


Text Example

White with #188FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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