Html Css Color HEX #0BAEC3 Iris Blue

📋 copy color: '#0BAEC3'

red 11 ◦ green 174 ◦ blue 195

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

Shades of Iris Blue #0BAEC3

Tints of Iris Blue #0BAEC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 51.32%

R = 2.89%
G = 45.79%
B = 51.32%

CMYK

 C value IS 0.94

 M value IS 0.11

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#0BAEC3 (or 0x0BAEC3) is known color: Iris Blue. HEX triplet: 0B, AE and C3. RGB value is (11,174,195). Sum of RGB (Red+Green+Blue) = 11+174+195=380 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.89% from 380); Green value is 174 (68.36% from 255 or 45.79% from 380); Blue value is 195 (76.56% from 255 or 51.32% from 380); Max value from RGB is 195 - color contains mainly: blue. Hex color #0BAEC3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BAEC3 is #F4513C. Grayscale: #7F7F7F. Windows color (decimal): -16011581 or 12824075. OLE color: 12824075.

HSL color Cylindrical-coordinate representation of color #0BAEC3: hue angle of 186.85º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAEC3 is Cyan = 0.94, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 11 174 195 -
CMYK 0.94 0.11 0 0.24
HSL 186.85º 0.89% 0.4% -
HSV(B) 186.85º 0.94% 0.76% -
XYZ 25.12 34.28 56.92 -
YUV 127.66 166 44.79 -
System Red Green Blue C M Y K H S L
Decimal 11 174 195 0.94 0.11 0 0.24 186.85 0.89 0.4
Hex B AE C3 5E B 0 18 BB 59 28
Octal 13 256 303 136 13 0 30 273 131 50
Binary 1011 10101110 11000011 1011110 1011 0 11000 10111011 1011001 101000

Color Harmonies of #0BAEC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAEC3

Black with #0BAEC3

Text Example


Text Example

White with #0BAEC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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