Html Css Color HEX #23BACB Iris Blue

📋 copy color: '#23BACB'

red 35 ◦ green 186 ◦ blue 203

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

Shades of Iris Blue #23BACB

Tints of Iris Blue #23BACB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.87%

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

R = 8.25%
G = 43.87%
B = 47.88%

CMYK

 C value IS 0.83

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#23BACB (or 0x23BACB) is known color: Iris Blue. HEX triplet: 23, BA and CB. RGB value is (35,186,203). Sum of RGB (Red+Green+Blue) = 35+186+203=424 (56% of max value = 765). Red value is 35 (14.06% from 255 or 8.25% from 424); Green value is 186 (73.05% from 255 or 43.87% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #23BACB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23BACB is #DC4534. Grayscale: #8E8E8E. Windows color (decimal): -14435637 or 13351459. OLE color: 13351459.

HSL color Cylindrical-coordinate representation of color #23BACB: hue angle of 186.07º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #23BACB is Cyan = 0.83, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 35 186 203 -
CMYK 0.83 0.08 0 0.20
HSL 186.07º 0.71% 0.47% -
HSV(B) 186.07º 0.83% 0.8% -
XYZ 29.03 39.79 62.65 -
YUV 142.79 161.97 51.12 -
System Red Green Blue C M Y K H S L
Decimal 35 186 203 0.83 0.08 0 0.20 186.07 0.71 0.47
Hex 23 BA CB 53 8 0 14 BA 47 2F
Octal 43 272 313 123 10 0 24 272 107 57
Binary 100011 10111010 11001011 1010011 1000 0 10100 10111010 1000111 101111

Color Harmonies of #23BACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23BACB

Black with #23BACB

Text Example


Text Example

White with #23BACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,186,203); }

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

background-color css

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

 a { background-color: rgb(35,186,203); }

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

border-color css

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

 span { border-color: rgb(35,186,203); }

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