Html Css Color HEX #0BAFCB Iris Blue

📋 copy color: '#0BAFCB'

red 11 ◦ green 175 ◦ blue 203

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

Shades of Iris Blue #0BAFCB

Tints of Iris Blue #0BAFCB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 44.99%

 BLUE value IS 203 (79.69% from 255) = 52.19%

R = 2.83%
G = 44.99%
B = 52.19%

CMYK

 C value IS 0.95

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0BAFCB (or 0x0BAFCB) is known color: Iris Blue. HEX triplet: 0B, AF and CB. RGB value is (11,175,203). Sum of RGB (Red+Green+Blue) = 11+175+203=389 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.83% from 389); Green value is 175 (68.75% from 255 or 44.99% from 389); Blue value is 203 (79.69% from 255 or 52.19% from 389); Max value from RGB is 203 - color contains mainly: blue. Hex color #0BAFCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BAFCB is #F45034. Grayscale: #808080. Windows color (decimal): -16011317 or 13348619. OLE color: 13348619.

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

Color convert

RGB 11 175 203 -
CMYK 0.95 0.14 0 0.20
HSL 188.75º 0.9% 0.42% -
HSV(B) 188.75º 0.95% 0.8% -
XYZ 26.25 35.04 61.88 -
YUV 129.16 169.67 43.72 -
System Red Green Blue C M Y K H S L
Decimal 11 175 203 0.95 0.14 0 0.20 188.75 0.9 0.42
Hex B AF CB 5F E 0 14 BD 5A 2A
Octal 13 257 313 137 16 0 24 275 132 52
Binary 1011 10101111 11001011 1011111 1110 0 10100 10111101 1011010 101010

Color Harmonies of #0BAFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAFCB

Black with #0BAFCB

Text Example


Text Example

White with #0BAFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,175,203); }

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

background-color css

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

 a { background-color: rgb(11,175,203); }

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

border-color css

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

 span { border-color: rgb(11,175,203); }

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