Html Css Color HEX #23BDC8 Iris Blue

📋 copy color: '#23BDC8'

red 35 ◦ green 189 ◦ blue 200

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

Shades of Iris Blue #23BDC8

Tints of Iris Blue #23BDC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 47.17%

R = 8.25%
G = 44.58%
B = 47.17%

CMYK

 C value IS 0.82

 M value IS 0.06

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#23BDC8 (or 0x23BDC8) is known color: Iris Blue. HEX triplet: 23, BD and C8. RGB value is (35,189,200). Sum of RGB (Red+Green+Blue) = 35+189+200=424 (56% of max value = 765). Red value is 35 (14.06% from 255 or 8.25% from 424); Green value is 189 (74.22% from 255 or 44.58% from 424); Blue value is 200 (78.52% from 255 or 47.17% from 424); Max value from RGB is 200 - color contains mainly: blue. Hex color #23BDC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23BDC8 is #DC4237. Grayscale: #909090. Windows color (decimal): -14434872 or 13155619. OLE color: 13155619.

HSL color Cylindrical-coordinate representation of color #23BDC8: hue angle of 184º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #23BDC8 is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 35 189 200 -
CMYK 0.82 0.06 0 0.22
HSL 184º 0.7% 0.46% -
HSV(B) 184º 0.83% 0.78% -
XYZ 29.32 40.92 61 -
YUV 144.21 159.48 50.11 -
System Red Green Blue C M Y K H S L
Decimal 35 189 200 0.82 0.06 0 0.22 184 0.7 0.46
Hex 23 BD C8 52 6 0 16 B8 46 2E
Octal 43 275 310 122 6 0 26 270 106 56
Binary 100011 10111101 11001000 1010010 110 0 10110 10111000 1000110 101110

Color Harmonies of #23BDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23BDC8

Black with #23BDC8

Text Example


Text Example

White with #23BDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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