Html Css Color HEX #15A4CB Pacific Blue

📋 copy color: '#15A4CB'

red 21 ◦ green 164 ◦ blue 203

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

Shades of Pacific Blue #15A4CB

Tints of Pacific Blue #15A4CB

RGB

 RED value IS 21 (8.59% from 255) = 5.41%

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

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

R = 5.41%
G = 42.27%
B = 52.32%

CMYK

 C value IS 0.90

 M value IS 0.19

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#15A4CB (or 0x15A4CB) is known color: Pacific Blue. HEX triplet: 15, A4 and CB. RGB value is (21,164,203). Sum of RGB (Red+Green+Blue) = 21+164+203=388 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.41% from 388); Green value is 164 (64.45% from 255 or 42.27% from 388); Blue value is 203 (79.69% from 255 or 52.32% from 388); Max value from RGB is 203 - color contains mainly: blue. Hex color #15A4CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15A4CB is #EA5B34. Grayscale: #7D7D7D. Windows color (decimal): -15358773 or 13345813. OLE color: 13345813.

HSL color Cylindrical-coordinate representation of color #15A4CB: hue angle of 192.86º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15A4CB is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 21 164 203 -
CMYK 0.90 0.19 0 0.20
HSL 192.86º 0.81% 0.44% -
HSV(B) 192.86º 0.9% 0.8% -
XYZ 24.36 31.02 61.2 -
YUV 125.69 171.62 53.33 -
System Red Green Blue C M Y K H S L
Decimal 21 164 203 0.90 0.19 0 0.20 192.86 0.81 0.44
Hex 15 A4 CB 5A 13 0 14 C1 51 2C
Octal 25 244 313 132 23 0 24 301 121 54
Binary 10101 10100100 11001011 1011010 10011 0 10100 11000001 1010001 101100

Color Harmonies of #15A4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15A4CB

Black with #15A4CB

Text Example


Text Example

White with #15A4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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