Html Css Color HEX #0BBCBC Iris Blue

📋 copy color: '#0BBCBC'

red 11 ◦ green 188 ◦ blue 188

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

Shades of Iris Blue #0BBCBC

Tints of Iris Blue #0BBCBC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 48.58%

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

R = 2.84%
G = 48.58%
B = 48.58%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0BBCBC (or 0x0BBCBC) is known color: Iris Blue. HEX triplet: 0B, BC and BC. RGB value is (11,188,188). Sum of RGB (Red+Green+Blue) = 11+188+188=387 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.84% from 387); Green value is 188 (73.83% from 255 or 48.58% from 387); Blue value is 188 (73.83% from 255 or 48.58% from 387); Max value from RGB is 188 - color contains mainly: green, blue. Hex color #0BBCBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BBCBC is #F44343. Grayscale: #868686. Windows color (decimal): -16008004 or 12368907. OLE color: 12368907.

HSL color Cylindrical-coordinate representation of color #0BBCBC: hue angle of 180º 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 #0BBCBC is Cyan = 0.94, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 11 188 188 -
CMYK 0.94 0 0 0.26
HSL 180º 0.89% 0.39% -
HSV(B) 180º 0.94% 0.74% -
XYZ 27.2 39.67 53.8 -
YUV 135.08 157.86 39.5 -
System Red Green Blue C M Y K H S L
Decimal 11 188 188 0.94 0 0 0.26 180 0.89 0.39
Hex B BC BC 5E 0 0 1A B4 59 27
Octal 13 274 274 136 0 0 32 264 131 47
Binary 1011 10111100 10111100 1011110 0 0 11010 10110100 1011001 100111

Color Harmonies of #0BBCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBCBC

Black with #0BBCBC

Text Example


Text Example

White with #0BBCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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