Html Css Color HEX #0BAEBE Iris Blue

📋 copy color: '#0BAEBE'

red 11 ◦ green 174 ◦ blue 190

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

Shades of Iris Blue #0BAEBE

Tints of Iris Blue #0BAEBE

RGB

 RED value IS 11 (4.69% from 255) = 2.93%

 GREEN value IS 174 (68.36% from 255) = 46.4%

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

R = 2.93%
G = 46.4%
B = 50.67%

CMYK

 C value IS 0.94

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0BAEBE (or 0x0BAEBE) is known color: Iris Blue. HEX triplet: 0B, AE and BE. RGB value is (11,174,190). Sum of RGB (Red+Green+Blue) = 11+174+190=375 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.93% from 375); Green value is 174 (68.36% from 255 or 46.4% from 375); Blue value is 190 (74.61% from 255 or 50.67% from 375); Max value from RGB is 190 - color contains mainly: blue. Hex color #0BAEBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BAEBE is #F45141. Grayscale: #7E7E7E. Windows color (decimal): -16011586 or 12496395. OLE color: 12496395.

HSL color Cylindrical-coordinate representation of color #0BAEBE: hue angle of 185.36º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAEBE is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 11 174 190 -
CMYK 0.94 0.08 0 0.25
HSL 185.36º 0.89% 0.39% -
HSV(B) 185.36º 0.94% 0.75% -
XYZ 24.57 34.06 53.99 -
YUV 127.09 163.5 45.2 -
System Red Green Blue C M Y K H S L
Decimal 11 174 190 0.94 0.08 0 0.25 185.36 0.89 0.39
Hex B AE BE 5E 8 0 19 B9 59 27
Octal 13 256 276 136 10 0 31 271 131 47
Binary 1011 10101110 10111110 1011110 1000 0 11001 10111001 1011001 100111

Color Harmonies of #0BAEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAEBE

Black with #0BAEBE

Text Example


Text Example

White with #0BAEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0BAEBE; }

 p { color: rgb(11,174,190); }

 H1.HeaderClassName
 {
   color: #0BAEBE;
 }
 .AnyTagClassName
 {
   color: #0BAEBE;
 }
</style>

background-color css

<style>
 a { background-color: #0BAEBE; }

 a { background-color: rgb(11,174,190); }

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

border-color css

<style>
 span { border-color: #0BAEBE; }

 span { border-color: rgb(11,174,190); }

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