Html Css Color HEX #0BAEDE Iris Blue

📋 copy color: '#0BAEDE'

red 11 ◦ green 174 ◦ blue 222

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

Shades of Iris Blue #0BAEDE

Tints of Iris Blue #0BAEDE

RGB

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

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

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

R = 2.7%
G = 42.75%
B = 54.55%

CMYK

 C value IS 0.95

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0BAEDE (or 0x0BAEDE) is known color: Iris Blue. HEX triplet: 0B, AE and DE. RGB value is (11,174,222). Sum of RGB (Red+Green+Blue) = 11+174+222=407 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.70% from 407); Green value is 174 (68.36% from 255 or 42.75% from 407); Blue value is 222 (87.11% from 255 or 54.55% from 407); Max value from RGB is 222 - color contains mainly: blue. Hex color #0BAEDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BAEDE is #F45121. Grayscale: #828282. Windows color (decimal): -16011554 or 14593547. OLE color: 14593547.

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

Color convert

RGB 11 174 222 -
CMYK 0.95 0.22 0 0.13
HSL 193.65º 0.91% 0.46% -
HSV(B) 193.65º 0.95% 0.87% -
XYZ 28.46 35.62 74.48 -
YUV 130.74 179.5 42.6 -
System Red Green Blue C M Y K H S L
Decimal 11 174 222 0.95 0.22 0 0.13 193.65 0.91 0.46
Hex B AE DE 5F 16 0 D C2 5B 2E
Octal 13 256 336 137 26 0 15 302 133 56
Binary 1011 10101110 11011110 1011111 10110 0 1101 11000010 1011011 101110

Color Harmonies of #0BAEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAEDE

Black with #0BAEDE

Text Example


Text Example

White with #0BAEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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