Html Css Color HEX #088CCB Pacific Blue

📋 copy color: '#088CCB'

red 8 ◦ green 140 ◦ blue 203

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

Shades of Pacific Blue #088CCB

Tints of Pacific Blue #088CCB

RGB

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

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

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

R = 2.28%
G = 39.89%
B = 57.83%

CMYK

 C value IS 0.96

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#088CCB (or 0x088CCB) is known color: Pacific Blue. HEX triplet: 08, 8C and CB. RGB value is (8,140,203). Sum of RGB (Red+Green+Blue) = 8+140+203=351 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.28% from 351); Green value is 140 (55.08% from 255 or 39.89% from 351); Blue value is 203 (79.69% from 255 or 57.83% from 351); Max value from RGB is 203 - color contains mainly: blue. Hex color #088CCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088CCB is #F77334. Grayscale: #6B6B6B. Windows color (decimal): -16216885 or 13339656. OLE color: 13339656.

HSL color Cylindrical-coordinate representation of color #088CCB: hue angle of 199.38º 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 #088CCB is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 8 140 203 -
CMYK 0.96 0.31 0 0.20
HSL 199.38º 0.92% 0.41% -
HSV(B) 199.38º 0.96% 0.8% -
XYZ 20.26 23.12 59.89 -
YUV 107.71 181.77 56.88 -
System Red Green Blue C M Y K H S L
Decimal 8 140 203 0.96 0.31 0 0.20 199.38 0.92 0.41
Hex 8 8C CB 60 1F 0 14 C7 5C 29
Octal 10 214 313 140 37 0 24 307 134 51
Binary 1000 10001100 11001011 1100000 11111 0 10100 11000111 1011100 101001

Color Harmonies of #088CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088CCB

Black with #088CCB

Text Example


Text Example

White with #088CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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