Html Css Color HEX #188CCF Pacific Blue

📋 copy color: '#188CCF'

red 24 ◦ green 140 ◦ blue 207

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

Shades of Pacific Blue #188CCF

Tints of Pacific Blue #188CCF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.74%

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

R = 6.47%
G = 37.74%
B = 55.8%

CMYK

 C value IS 0.88

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#188CCF (or 0x188CCF) is known color: Pacific Blue. HEX triplet: 18, 8C and CF. RGB value is (24,140,207). Sum of RGB (Red+Green+Blue) = 24+140+207=371 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.47% from 371); Green value is 140 (55.08% from 255 or 37.74% from 371); Blue value is 207 (81.25% from 255 or 55.80% from 371); Max value from RGB is 207 - color contains mainly: blue. Hex color #188CCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188CCF is #E77330. Grayscale: #707070. Windows color (decimal): -15168305 or 13601816. OLE color: 13601816.

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

Color convert

RGB 24 140 207 -
CMYK 0.88 0.32 0 0.19
HSL 201.97º 0.79% 0.45% -
HSV(B) 201.97º 0.88% 0.81% -
XYZ 21.02 23.46 62.45 -
YUV 112.95 181.07 64.55 -
System Red Green Blue C M Y K H S L
Decimal 24 140 207 0.88 0.32 0 0.19 201.97 0.79 0.45
Hex 18 8C CF 58 20 0 13 CA 4F 2D
Octal 30 214 317 130 40 0 23 312 117 55
Binary 11000 10001100 11001111 1011000 100000 0 10011 11001010 1001111 101101

Color Harmonies of #188CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188CCF

Black with #188CCF

Text Example


Text Example

White with #188CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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