Html Css Color HEX #0BAEBA Iris Blue

📋 copy color: '#0BAEBA'

red 11 ◦ green 174 ◦ blue 186

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

Shades of Iris Blue #0BAEBA

Tints of Iris Blue #0BAEBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50.13%

R = 2.96%
G = 46.9%
B = 50.13%

CMYK

 C value IS 0.94

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0BAEBA (or 0x0BAEBA) is known color: Iris Blue. HEX triplet: 0B, AE and BA. RGB value is (11,174,186). Sum of RGB (Red+Green+Blue) = 11+174+186=371 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.96% from 371); Green value is 174 (68.36% from 255 or 46.90% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #0BAEBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BAEBA is #F45145. Grayscale: #7E7E7E. Windows color (decimal): -16011590 or 12234251. OLE color: 12234251.

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

Color convert

RGB 11 174 186 -
CMYK 0.94 0.06 0 0.27
HSL 184.11º 0.89% 0.39% -
HSV(B) 184.11º 0.94% 0.73% -
XYZ 24.14 33.89 51.72 -
YUV 126.63 161.5 45.52 -
System Red Green Blue C M Y K H S L
Decimal 11 174 186 0.94 0.06 0 0.27 184.11 0.89 0.39
Hex B AE BA 5E 6 0 1B B8 59 27
Octal 13 256 272 136 6 0 33 270 131 47
Binary 1011 10101110 10111010 1011110 110 0 11011 10111000 1011001 100111

Color Harmonies of #0BAEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAEBA

Black with #0BAEBA

Text Example


Text Example

White with #0BAEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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