Html Css Color HEX #0BABB3 Iris Blue

📋 copy color: '#0BABB3'

red 11 ◦ green 171 ◦ blue 179

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

Shades of Iris Blue #0BABB3

Tints of Iris Blue #0BABB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 49.58%

R = 3.05%
G = 47.37%
B = 49.58%

CMYK

 C value IS 0.94

 M value IS 0.04

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#0BABB3 (or 0x0BABB3) is known color: Iris Blue. HEX triplet: 0B, AB and B3. RGB value is (11,171,179). Sum of RGB (Red+Green+Blue) = 11+171+179=361 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.05% from 361); Green value is 171 (67.19% from 255 or 47.37% from 361); Blue value is 179 (70.31% from 255 or 49.58% from 361); Max value from RGB is 179 - color contains mainly: blue. Hex color #0BABB3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BABB3 is #F4544C. Grayscale: #7B7B7B. Windows color (decimal): -16012365 or 11774731. OLE color: 11774731.

HSL color Cylindrical-coordinate representation of color #0BABB3: hue angle of 182.86º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BABB3 is Cyan = 0.94, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 11 171 179 -
CMYK 0.94 0.04 0 0.30
HSL 182.86º 0.88% 0.37% -
HSV(B) 182.86º 0.94% 0.7% -
XYZ 22.84 32.45 47.71 -
YUV 124.07 158.99 47.35 -
System Red Green Blue C M Y K H S L
Decimal 11 171 179 0.94 0.04 0 0.30 182.86 0.88 0.37
Hex B AB B3 5E 4 0 1E B7 58 25
Octal 13 253 263 136 4 0 36 267 130 45
Binary 1011 10101011 10110011 1011110 100 0 11110 10110111 1011000 100101

Color Harmonies of #0BABB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BABB3

Black with #0BABB3

Text Example


Text Example

White with #0BABB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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