Html Css Color HEX #08A4CB Pacific Blue

📋 copy color: '#08A4CB'

red 8 ◦ green 164 ◦ blue 203

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

Shades of Pacific Blue #08A4CB

Tints of Pacific Blue #08A4CB

RGB

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

 GREEN value IS 164 (64.45% from 255) = 43.73%

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

R = 2.13%
G = 43.73%
B = 54.13%

CMYK

 C value IS 0.96

 M value IS 0.19

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#08A4CB (or 0x08A4CB) is known color: Pacific Blue. HEX triplet: 08, A4 and CB. RGB value is (8,164,203). Sum of RGB (Red+Green+Blue) = 8+164+203=375 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.13% from 375); Green value is 164 (64.45% from 255 or 43.73% from 375); Blue value is 203 (79.69% from 255 or 54.13% from 375); Max value from RGB is 203 - color contains mainly: blue. Hex color #08A4CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #08A4CB is #F75B34. Grayscale: #797979. Windows color (decimal): -16210741 or 13345800. OLE color: 13345800.

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

Color convert

RGB 8 164 203 -
CMYK 0.96 0.19 0 0.20
HSL 192º 0.92% 0.41% -
HSV(B) 192º 0.96% 0.8% -
XYZ 24.16 30.91 61.19 -
YUV 121.8 173.82 46.83 -
System Red Green Blue C M Y K H S L
Decimal 8 164 203 0.96 0.19 0 0.20 192 0.92 0.41
Hex 8 A4 CB 60 13 0 14 C0 5C 29
Octal 10 244 313 140 23 0 24 300 134 51
Binary 1000 10100100 11001011 1100000 10011 0 10100 11000000 1011100 101001

Color Harmonies of #08A4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08A4CB

Black with #08A4CB

Text Example


Text Example

White with #08A4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08A4CB; }

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

 H1.HeaderClassName
 {
   color: #08A4CB;
 }
 .AnyTagClassName
 {
   color: #08A4CB;
 }
</style>

background-color css

<style>
 a { background-color: #08A4CB; }

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

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

border-color css

<style>
 span { border-color: #08A4CB; }

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

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