Html Css Color HEX #23BBCA Iris Blue

📋 copy color: '#23BBCA'

red 35 ◦ green 187 ◦ blue 202

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

Shades of Iris Blue #23BBCA

Tints of Iris Blue #23BBCA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 44.1%

 BLUE value IS 202 (79.3% from 255) = 47.64%

R = 8.25%
G = 44.1%
B = 47.64%

CMYK

 C value IS 0.83

 M value IS 0.07

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#23BBCA (or 0x23BBCA) is known color: Iris Blue. HEX triplet: 23, BB and CA. RGB value is (35,187,202). Sum of RGB (Red+Green+Blue) = 35+187+202=424 (56% of max value = 765). Red value is 35 (14.06% from 255 or 8.25% from 424); Green value is 187 (73.44% from 255 or 44.10% from 424); Blue value is 202 (79.30% from 255 or 47.64% from 424); Max value from RGB is 202 - color contains mainly: blue. Hex color #23BBCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23BBCA is #DC4435. Grayscale: #8F8F8F. Windows color (decimal): -14435382 or 13286179. OLE color: 13286179.

HSL color Cylindrical-coordinate representation of color #23BBCA: hue angle of 185.39º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #23BBCA is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 35 187 202 -
CMYK 0.83 0.07 0 0.21
HSL 185.39º 0.7% 0.46% -
HSV(B) 185.39º 0.83% 0.79% -
XYZ 29.12 40.16 62.09 -
YUV 143.26 161.14 50.78 -
System Red Green Blue C M Y K H S L
Decimal 35 187 202 0.83 0.07 0 0.21 185.39 0.7 0.46
Hex 23 BB CA 53 7 0 15 B9 46 2E
Octal 43 273 312 123 7 0 25 271 106 56
Binary 100011 10111011 11001010 1010011 111 0 10101 10111001 1000110 101110

Color Harmonies of #23BBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23BBCA

Black with #23BBCA

Text Example


Text Example

White with #23BBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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