Html Css Color HEX #0BBCC1 Iris Blue

📋 copy color: '#0BBCC1'

red 11 ◦ green 188 ◦ blue 193

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

Shades of Iris Blue #0BBCC1

Tints of Iris Blue #0BBCC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 49.23%

R = 2.81%
G = 47.96%
B = 49.23%

CMYK

 C value IS 0.94

 M value IS 0.03

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#0BBCC1 (or 0x0BBCC1) is known color: Iris Blue. HEX triplet: 0B, BC and C1. RGB value is (11,188,193). Sum of RGB (Red+Green+Blue) = 11+188+193=392 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.81% from 392); Green value is 188 (73.83% from 255 or 47.96% from 392); Blue value is 193 (75.78% from 255 or 49.23% from 392); Max value from RGB is 193 - color contains mainly: blue. Hex color #0BBCC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BBCC1 is #F4433E. Grayscale: #878787. Windows color (decimal): -16007999 or 12696587. OLE color: 12696587.

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

Color convert

RGB 11 188 193 -
CMYK 0.94 0.03 0 0.24
HSL 181.65º 0.89% 0.4% -
HSV(B) 181.65º 0.94% 0.76% -
XYZ 27.75 39.89 56.69 -
YUV 135.65 160.36 39.09 -
System Red Green Blue C M Y K H S L
Decimal 11 188 193 0.94 0.03 0 0.24 181.65 0.89 0.4
Hex B BC C1 5E 3 0 18 B6 59 28
Octal 13 274 301 136 3 0 30 266 131 50
Binary 1011 10111100 11000001 1011110 11 0 11000 10110110 1011001 101000

Color Harmonies of #0BBCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBCC1

Black with #0BBCC1

Text Example


Text Example

White with #0BBCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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