Html Css Color HEX #088FCB Pacific Blue

📋 copy color: '#088FCB'

red 8 ◦ green 143 ◦ blue 203

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

Shades of Pacific Blue #088FCB

Tints of Pacific Blue #088FCB

RGB

 RED value IS 8 (3.52% from 255) = 2.26%

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

 BLUE value IS 203 (79.69% from 255) = 57.34%

R = 2.26%
G = 40.4%
B = 57.34%

CMYK

 C value IS 0.96

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#088FCB (or 0x088FCB) is known color: Pacific Blue. HEX triplet: 08, 8F and CB. RGB value is (8,143,203). Sum of RGB (Red+Green+Blue) = 8+143+203=354 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.26% from 354); Green value is 143 (56.25% from 255 or 40.40% from 354); Blue value is 203 (79.69% from 255 or 57.34% from 354); Max value from RGB is 203 - color contains mainly: blue. Hex color #088FCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088FCB is #F77034. Grayscale: #6D6D6D. Windows color (decimal): -16216117 or 13340424. OLE color: 13340424.

HSL color Cylindrical-coordinate representation of color #088FCB: hue angle of 198.46º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #088FCB is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 8 143 203 -
CMYK 0.96 0.30 0 0.20
HSL 198.46º 0.92% 0.41% -
HSV(B) 198.46º 0.96% 0.8% -
XYZ 20.7 24.01 60.04 -
YUV 109.48 180.77 55.62 -
System Red Green Blue C M Y K H S L
Decimal 8 143 203 0.96 0.30 0 0.20 198.46 0.92 0.41
Hex 8 8F CB 60 1E 0 14 C6 5C 29
Octal 10 217 313 140 36 0 24 306 134 51
Binary 1000 10001111 11001011 1100000 11110 0 10100 11000110 1011100 101001

Color Harmonies of #088FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088FCB

Black with #088FCB

Text Example


Text Example

White with #088FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088FCB; }

 p { color: rgb(8,143,203); }

 H1.HeaderClassName
 {
   color: #088FCB;
 }
 .AnyTagClassName
 {
   color: #088FCB;
 }
</style>

background-color css

<style>
 a { background-color: #088FCB; }

 a { background-color: rgb(8,143,203); }

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

border-color css

<style>
 span { border-color: #088FCB; }

 span { border-color: rgb(8,143,203); }

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