Html Css Color HEX #0BAFCC Iris Blue

📋 copy color: '#0BAFCC'

red 11 ◦ green 175 ◦ blue 204

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

Shades of Iris Blue #0BAFCC

Tints of Iris Blue #0BAFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 52.31%

R = 2.82%
G = 44.87%
B = 52.31%

CMYK

 C value IS 0.95

 M value IS 0.14

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0BAFCC (or 0x0BAFCC) is known color: Iris Blue. HEX triplet: 0B, AF and CC. RGB value is (11,175,204). Sum of RGB (Red+Green+Blue) = 11+175+204=390 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.82% from 390); Green value is 175 (68.75% from 255 or 44.87% from 390); Blue value is 204 (80.08% from 255 or 52.31% from 390); Max value from RGB is 204 - color contains mainly: blue. Hex color #0BAFCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BAFCC is #F45033. Grayscale: #808080. Windows color (decimal): -16011316 or 13414155. OLE color: 13414155.

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

Color convert

RGB 11 175 204 -
CMYK 0.95 0.14 0 0.2
HSL 189.02º 0.9% 0.42% -
HSV(B) 189.02º 0.95% 0.8% -
XYZ 26.37 35.09 62.51 -
YUV 129.27 170.17 43.64 -
System Red Green Blue C M Y K H S L
Decimal 11 175 204 0.95 0.14 0 0.2 189.02 0.9 0.42
Hex B AF CC 5F E 0 14 BD 5A 2A
Octal 13 257 314 137 16 0 24 275 132 52
Binary 1011 10101111 11001100 1011111 1110 0 10100 10111101 1011010 101010

Color Harmonies of #0BAFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAFCC

Black with #0BAFCC

Text Example


Text Example

White with #0BAFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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