Html Css Color HEX #0BAFCD Iris Blue

📋 copy color: '#0BAFCD'

red 11 ◦ green 175 ◦ blue 205

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

Shades of Iris Blue #0BAFCD

Tints of Iris Blue #0BAFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 52.43%

R = 2.81%
G = 44.76%
B = 52.43%

CMYK

 C value IS 0.95

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0BAFCD (or 0x0BAFCD) is known color: Iris Blue. HEX triplet: 0B, AF and CD. RGB value is (11,175,205). Sum of RGB (Red+Green+Blue) = 11+175+205=391 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.81% from 391); Green value is 175 (68.75% from 255 or 44.76% from 391); Blue value is 205 (80.47% from 255 or 52.43% from 391); Max value from RGB is 205 - color contains mainly: blue. Hex color #0BAFCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BAFCD is #F45032. Grayscale: #818181. Windows color (decimal): -16011315 or 13479691. OLE color: 13479691.

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

Color convert

RGB 11 175 205 -
CMYK 0.95 0.15 0 0.20
HSL 189.28º 0.9% 0.42% -
HSV(B) 189.28º 0.95% 0.8% -
XYZ 26.49 35.14 63.14 -
YUV 129.38 170.67 43.56 -
System Red Green Blue C M Y K H S L
Decimal 11 175 205 0.95 0.15 0 0.20 189.28 0.9 0.42
Hex B AF CD 5F F 0 14 BD 5A 2A
Octal 13 257 315 137 17 0 24 275 132 52
Binary 1011 10101111 11001101 1011111 1111 0 10100 10111101 1011010 101010

Color Harmonies of #0BAFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAFCD

Black with #0BAFCD

Text Example


Text Example

White with #0BAFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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