Html Css Color HEX #0BAEDB Iris Blue

📋 copy color: '#0BAEDB'

red 11 ◦ green 174 ◦ blue 219

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

Shades of Iris Blue #0BAEDB

Tints of Iris Blue #0BAEDB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 43.07%

 BLUE value IS 219 (85.94% from 255) = 54.21%

R = 2.72%
G = 43.07%
B = 54.21%

CMYK

 C value IS 0.95

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0BAEDB (or 0x0BAEDB) is known color: Iris Blue. HEX triplet: 0B, AE and DB. RGB value is (11,174,219). Sum of RGB (Red+Green+Blue) = 11+174+219=404 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.72% from 404); Green value is 174 (68.36% from 255 or 43.07% from 404); Blue value is 219 (85.94% from 255 or 54.21% from 404); Max value from RGB is 219 - color contains mainly: blue. Hex color #0BAEDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BAEDB is #F45124. Grayscale: #828282. Windows color (decimal): -16011557 or 14396939. OLE color: 14396939.

HSL color Cylindrical-coordinate representation of color #0BAEDB: hue angle of 192.98º 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 #0BAEDB is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 11 174 219 -
CMYK 0.95 0.21 0 0.14
HSL 192.98º 0.9% 0.45% -
HSV(B) 192.98º 0.95% 0.86% -
XYZ 28.06 35.46 72.38 -
YUV 130.39 178 42.84 -
System Red Green Blue C M Y K H S L
Decimal 11 174 219 0.95 0.21 0 0.14 192.98 0.9 0.45
Hex B AE DB 5F 15 0 E C1 5A 2D
Octal 13 256 333 137 25 0 16 301 132 55
Binary 1011 10101110 11011011 1011111 10101 0 1110 11000001 1011010 101101

Color Harmonies of #0BAEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAEDB

Black with #0BAEDB

Text Example


Text Example

White with #0BAEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,174,219); }

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

background-color css

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

 a { background-color: rgb(11,174,219); }

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

border-color css

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

 span { border-color: rgb(11,174,219); }

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