Html Css Color HEX #23ADBE Pelorous

📋 copy color: '#23ADBE'

red 35 ◦ green 173 ◦ blue 190

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

Shades of Pelorous #23ADBE

Tints of Pelorous #23ADBE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 43.47%

 BLUE value IS 190 (74.61% from 255) = 47.74%

R = 8.79%
G = 43.47%
B = 47.74%

CMYK

 C value IS 0.82

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#23ADBE (or 0x23ADBE) is known color: Pelorous. HEX triplet: 23, AD and BE. RGB value is (35,173,190). Sum of RGB (Red+Green+Blue) = 35+173+190=398 (52% of max value = 765). Red value is 35 (14.06% from 255 or 8.79% from 398); Green value is 173 (67.97% from 255 or 43.47% from 398); Blue value is 190 (74.61% from 255 or 47.74% from 398); Max value from RGB is 190 - color contains mainly: blue. Hex color #23ADBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #23ADBE is #DC5241. Grayscale: #858585. Windows color (decimal): -14438978 or 12496163. OLE color: 12496163.

HSL color Cylindrical-coordinate representation of color #23ADBE: hue angle of 186.58º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #23ADBE is Cyan = 0.82, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 35 173 190 -
CMYK 0.82 0.09 0 0.25
HSL 186.58º 0.69% 0.44% -
HSV(B) 186.58º 0.82% 0.75% -
XYZ 24.93 33.96 53.96 -
YUV 133.68 159.78 57.62 -
System Red Green Blue C M Y K H S L
Decimal 35 173 190 0.82 0.09 0 0.25 186.58 0.69 0.44
Hex 23 AD BE 52 9 0 19 BB 45 2C
Octal 43 255 276 122 11 0 31 273 105 54
Binary 100011 10101101 10111110 1010010 1001 0 11001 10111011 1000101 101100

Color Harmonies of #23ADBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23ADBE

Black with #23ADBE

Text Example


Text Example

White with #23ADBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,173,190); }

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

background-color css

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

 a { background-color: rgb(35,173,190); }

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

border-color css

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

 span { border-color: rgb(35,173,190); }

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