Html Css Color HEX #0BBACA Iris Blue

📋 copy color: '#0BBACA'

red 11 ◦ green 186 ◦ blue 202

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

Shades of Iris Blue #0BBACA

Tints of Iris Blue #0BBACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 50.63%

R = 2.76%
G = 46.62%
B = 50.63%

CMYK

 C value IS 0.95

 M value IS 0.08

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0BBACA (or 0x0BBACA) is known color: Iris Blue. HEX triplet: 0B, BA and CA. RGB value is (11,186,202). Sum of RGB (Red+Green+Blue) = 11+186+202=399 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.76% from 399); Green value is 186 (73.05% from 255 or 46.62% from 399); Blue value is 202 (79.30% from 255 or 50.63% from 399); Max value from RGB is 202 - color contains mainly: blue. Hex color #0BBACA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BBACA is #F44535. Grayscale: #878787. Windows color (decimal): -16008502 or 13285899. OLE color: 13285899.

HSL color Cylindrical-coordinate representation of color #0BBACA: hue angle of 185.03º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BBACA is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 11 186 202 -
CMYK 0.95 0.08 0 0.21
HSL 185.03º 0.9% 0.42% -
HSV(B) 185.03º 0.95% 0.79% -
XYZ 28.36 39.45 62 -
YUV 135.5 165.52 39.2 -
System Red Green Blue C M Y K H S L
Decimal 11 186 202 0.95 0.08 0 0.21 185.03 0.9 0.42
Hex B BA CA 5F 8 0 15 B9 5A 2A
Octal 13 272 312 137 10 0 25 271 132 52
Binary 1011 10111010 11001010 1011111 1000 0 10101 10111001 1011010 101010

Color Harmonies of #0BBACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBACA

Black with #0BBACA

Text Example


Text Example

White with #0BBACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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