Html Css Color HEX #0BBAE1 Iris Blue

📋 copy color: '#0BBAE1'

red 11 ◦ green 186 ◦ blue 225

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

Shades of Iris Blue #0BBAE1

Tints of Iris Blue #0BBAE1

RGB

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

 GREEN value IS 186 (73.05% from 255) = 44.08%

 BLUE value IS 225 (88.28% from 255) = 53.32%

R = 2.61%
G = 44.08%
B = 53.32%

CMYK

 C value IS 0.95

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#0BBAE1 (or 0x0BBAE1) is known color: Iris Blue. HEX triplet: 0B, BA and E1. RGB value is (11,186,225). Sum of RGB (Red+Green+Blue) = 11+186+225=422 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.61% from 422); Green value is 186 (73.05% from 255 or 44.08% from 422); Blue value is 225 (88.28% from 255 or 53.32% from 422); Max value from RGB is 225 - color contains mainly: blue. Hex color #0BBAE1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BBAE1 is #F4451E. Grayscale: #898989. Windows color (decimal): -16008479 or 14793227. OLE color: 14793227.

HSL color Cylindrical-coordinate representation of color #0BBAE1: hue angle of 190.93º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BBAE1 is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 11 186 225 -
CMYK 0.95 0.17 0 0.12
HSL 190.93º 0.91% 0.46% -
HSV(B) 190.93º 0.95% 0.88% -
XYZ 31.29 40.63 77.43 -
YUV 138.12 177.02 37.33 -
System Red Green Blue C M Y K H S L
Decimal 11 186 225 0.95 0.17 0 0.12 190.93 0.91 0.46
Hex B BA E1 5F 11 0 C BF 5B 2E
Octal 13 272 341 137 21 0 14 277 133 56
Binary 1011 10111010 11100001 1011111 10001 0 1100 10111111 1011011 101110

Color Harmonies of #0BBAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBAE1

Black with #0BBAE1

Text Example


Text Example

White with #0BBAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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