Html Css Color HEX #23A4BB Pelorous

📋 copy color: '#23A4BB'

red 35 ◦ green 164 ◦ blue 187

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

Shades of Pelorous #23A4BB

Tints of Pelorous #23A4BB

RGB

 RED value IS 35 (14.06% from 255) = 9.07%

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

 BLUE value IS 187 (73.44% from 255) = 48.45%

R = 9.07%
G = 42.49%
B = 48.45%

CMYK

 C value IS 0.81

 M value IS 0.12

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#23A4BB (or 0x23A4BB) is known color: Pelorous. HEX triplet: 23, A4 and BB. RGB value is (35,164,187). Sum of RGB (Red+Green+Blue) = 35+164+187=386 (51% of max value = 765). Red value is 35 (14.06% from 255 or 9.07% from 386); Green value is 164 (64.45% from 255 or 42.49% from 386); Blue value is 187 (73.44% from 255 or 48.45% from 386); Max value from RGB is 187 - color contains mainly: blue. Hex color #23A4BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #23A4BB is #DC5B44. Grayscale: #7F7F7F. Windows color (decimal): -14441285 or 12297251. OLE color: 12297251.

HSL color Cylindrical-coordinate representation of color #23A4BB: hue angle of 189.08º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #23A4BB is Cyan = 0.81, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 35 164 187 -
CMYK 0.81 0.12 0 0.27
HSL 189.08º 0.68% 0.44% -
HSV(B) 189.08º 0.81% 0.73% -
XYZ 22.94 30.5 51.69 -
YUV 128.05 161.26 61.63 -
System Red Green Blue C M Y K H S L
Decimal 35 164 187 0.81 0.12 0 0.27 189.08 0.68 0.44
Hex 23 A4 BB 51 C 0 1B BD 44 2C
Octal 43 244 273 121 14 0 33 275 104 54
Binary 100011 10100100 10111011 1010001 1100 0 11011 10111101 1000100 101100

Color Harmonies of #23A4BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23A4BB

Black with #23A4BB

Text Example


Text Example

White with #23A4BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23A4BB; }

 p { color: rgb(35,164,187); }

 H1.HeaderClassName
 {
   color: #23A4BB;
 }
 .AnyTagClassName
 {
   color: #23A4BB;
 }
</style>

background-color css

<style>
 a { background-color: #23A4BB; }

 a { background-color: rgb(35,164,187); }

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

border-color css

<style>
 span { border-color: #23A4BB; }

 span { border-color: rgb(35,164,187); }

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