Html Css Color HEX #23BDCB Iris Blue

📋 copy color: '#23BDCB'

red 35 ◦ green 189 ◦ blue 203

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

Shades of Iris Blue #23BDCB

Tints of Iris Blue #23BDCB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 44.26%

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

R = 8.2%
G = 44.26%
B = 47.54%

CMYK

 C value IS 0.83

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#23BDCB (or 0x23BDCB) is known color: Iris Blue. HEX triplet: 23, BD and CB. RGB value is (35,189,203). Sum of RGB (Red+Green+Blue) = 35+189+203=427 (56% of max value = 765). Red value is 35 (14.06% from 255 or 8.20% from 427); Green value is 189 (74.22% from 255 or 44.26% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #23BDCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23BDCB is #DC4234. Grayscale: #909090. Windows color (decimal): -14434869 or 13352227. OLE color: 13352227.

HSL color Cylindrical-coordinate representation of color #23BDCB: hue angle of 185º 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 #23BDCB is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 35 189 203 -
CMYK 0.83 0.07 0 0.20
HSL 185º 0.71% 0.47% -
HSV(B) 185º 0.83% 0.8% -
XYZ 29.67 41.06 62.86 -
YUV 144.55 160.98 49.86 -
System Red Green Blue C M Y K H S L
Decimal 35 189 203 0.83 0.07 0 0.20 185 0.71 0.47
Hex 23 BD CB 53 7 0 14 B9 47 2F
Octal 43 275 313 123 7 0 24 271 107 57
Binary 100011 10111101 11001011 1010011 111 0 10100 10111001 1000111 101111

Color Harmonies of #23BDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23BDCB

Black with #23BDCB

Text Example


Text Example

White with #23BDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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