Html Css Color HEX #0BBDDC Iris Blue

📋 copy color: '#0BBDDC'

red 11 ◦ green 189 ◦ blue 220

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

Shades of Iris Blue #0BBDDC

Tints of Iris Blue #0BBDDC

RGB

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

 GREEN value IS 189 (74.22% from 255) = 45%

 BLUE value IS 220 (86.33% from 255) = 52.38%

R = 2.62%
G = 45%
B = 52.38%

CMYK

 C value IS 0.95

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0BBDDC (or 0x0BBDDC) is known color: Iris Blue. HEX triplet: 0B, BD and DC. RGB value is (11,189,220). Sum of RGB (Red+Green+Blue) = 11+189+220=420 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.62% from 420); Green value is 189 (74.22% from 255 or 45% from 420); Blue value is 220 (86.33% from 255 or 52.38% from 420); Max value from RGB is 220 - color contains mainly: blue. Hex color #0BBDDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BBDDC is #F44223. Grayscale: #8B8B8B. Windows color (decimal): -16007716 or 14466315. OLE color: 14466315.

HSL color Cylindrical-coordinate representation of color #0BBDDC: hue angle of 188.9º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BBDDC is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 11 189 220 -
CMYK 0.95 0.14 0 0.14
HSL 188.9º 0.9% 0.45% -
HSV(B) 188.9º 0.95% 0.86% -
XYZ 31.25 41.63 74.1 -
YUV 139.31 173.53 36.48 -
System Red Green Blue C M Y K H S L
Decimal 11 189 220 0.95 0.14 0 0.14 188.9 0.9 0.45
Hex B BD DC 5F E 0 E BD 5A 2D
Octal 13 275 334 137 16 0 16 275 132 55
Binary 1011 10111101 11011100 1011111 1110 0 1110 10111101 1011010 101101

Color Harmonies of #0BBDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBDDC

Black with #0BBDDC

Text Example


Text Example

White with #0BBDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,189,220); }

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

background-color css

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

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

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

border-color css

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

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

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