Html Css Color HEX #0BBCDE Iris Blue

📋 copy color: '#0BBCDE'

red 11 ◦ green 188 ◦ blue 222

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

Shades of Iris Blue #0BBCDE

Tints of Iris Blue #0BBCDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 52.73%

R = 2.61%
G = 44.66%
B = 52.73%

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

#0BBCDE (or 0x0BBCDE) is known color: Iris Blue. HEX triplet: 0B, BC and DE. RGB value is (11,188,222). Sum of RGB (Red+Green+Blue) = 11+188+222=421 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.61% from 421); Green value is 188 (73.83% from 255 or 44.66% from 421); Blue value is 222 (87.11% from 255 or 52.73% from 421); Max value from RGB is 222 - color contains mainly: blue. Hex color #0BBCDE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BBCDE is #F44321. Grayscale: #8A8A8A. Windows color (decimal): -16007970 or 14597131. OLE color: 14597131.

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

Color convert

RGB 11 188 222 -
CMYK 0.95 0.15 0 0.13
HSL 189.67º 0.91% 0.46% -
HSV(B) 189.67º 0.95% 0.87% -
XYZ 31.31 41.31 75.43 -
YUV 138.95 174.86 36.74 -
System Red Green Blue C M Y K H S L
Decimal 11 188 222 0.95 0.15 0 0.13 189.67 0.91 0.46
Hex B BC DE 5F F 0 D BE 5B 2E
Octal 13 274 336 137 17 0 15 276 133 56
Binary 1011 10111100 11011110 1011111 1111 0 1101 10111110 1011011 101110

Color Harmonies of #0BBCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBCDE

Black with #0BBCDE

Text Example


Text Example

White with #0BBCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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