Html Css Color HEX #0BBCDD Iris Blue

📋 copy color: '#0BBCDD'

red 11 ◦ green 188 ◦ blue 221

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

Shades of Iris Blue #0BBCDD

Tints of Iris Blue #0BBCDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 52.62%

R = 2.62%
G = 44.76%
B = 52.62%

CMYK

 C value IS 0.95

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0BBCDD (or 0x0BBCDD) is known color: Iris Blue. HEX triplet: 0B, BC and DD. RGB value is (11,188,221). Sum of RGB (Red+Green+Blue) = 11+188+221=420 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.62% from 420); Green value is 188 (73.83% from 255 or 44.76% from 420); Blue value is 221 (86.72% from 255 or 52.62% from 420); Max value from RGB is 221 - color contains mainly: blue. Hex color #0BBCDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BBCDD is #F44322. Grayscale: #8A8A8A. Windows color (decimal): -16007971 or 14531595. OLE color: 14531595.

HSL color Cylindrical-coordinate representation of color #0BBCDD: hue angle of 189.43º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BBCDD is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 11 188 221 -
CMYK 0.95 0.15 0 0.13
HSL 189.43º 0.91% 0.45% -
HSV(B) 189.43º 0.95% 0.87% -
XYZ 31.17 41.26 74.73 -
YUV 138.84 174.36 36.82 -
System Red Green Blue C M Y K H S L
Decimal 11 188 221 0.95 0.15 0 0.13 189.43 0.91 0.45
Hex B BC DD 5F F 0 D BD 5B 2D
Octal 13 274 335 137 17 0 15 275 133 55
Binary 1011 10111100 11011101 1011111 1111 0 1101 10111101 1011011 101101

Color Harmonies of #0BBCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBCDD

Black with #0BBCDD

Text Example


Text Example

White with #0BBCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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