Html Css Color HEX #0BABBC Iris Blue

📋 copy color: '#0BABBC'

red 11 ◦ green 171 ◦ blue 188

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

Shades of Iris Blue #0BABBC

Tints of Iris Blue #0BABBC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 46.22%

 BLUE value IS 188 (73.83% from 255) = 50.81%

R = 2.97%
G = 46.22%
B = 50.81%

CMYK

 C value IS 0.94

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0BABBC (or 0x0BABBC) is known color: Iris Blue. HEX triplet: 0B, AB and BC. RGB value is (11,171,188). Sum of RGB (Red+Green+Blue) = 11+171+188=370 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.97% from 370); Green value is 171 (67.19% from 255 or 46.22% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #0BABBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BABBC is #F45443. Grayscale: #7C7C7C. Windows color (decimal): -16012356 or 12364555. OLE color: 12364555.

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

Color convert

RGB 11 171 188 -
CMYK 0.94 0.09 0 0.26
HSL 185.76º 0.89% 0.39% -
HSV(B) 185.76º 0.94% 0.74% -
XYZ 23.78 32.83 52.66 -
YUV 125.1 163.49 46.62 -
System Red Green Blue C M Y K H S L
Decimal 11 171 188 0.94 0.09 0 0.26 185.76 0.89 0.39
Hex B AB BC 5E 9 0 1A BA 59 27
Octal 13 253 274 136 11 0 32 272 131 47
Binary 1011 10101011 10111100 1011110 1001 0 11010 10111010 1011001 100111

Color Harmonies of #0BABBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BABBC

Black with #0BABBC

Text Example


Text Example

White with #0BABBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,171,188); }

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

background-color css

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

 a { background-color: rgb(11,171,188); }

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

border-color css

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

 span { border-color: rgb(11,171,188); }

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