Html Css Color HEX #0BBCCF Iris Blue

📋 copy color: '#0BBCCF'

red 11 ◦ green 188 ◦ blue 207

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

Shades of Iris Blue #0BBCCF

Tints of Iris Blue #0BBCCF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 46.31%

 BLUE value IS 207 (81.25% from 255) = 50.99%

R = 2.71%
G = 46.31%
B = 50.99%

CMYK

 C value IS 0.95

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0BBCCF (or 0x0BBCCF) is known color: Iris Blue. HEX triplet: 0B, BC and CF. RGB value is (11,188,207). Sum of RGB (Red+Green+Blue) = 11+188+207=406 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.71% from 406); Green value is 188 (73.83% from 255 or 46.31% from 406); Blue value is 207 (81.25% from 255 or 50.99% from 406); Max value from RGB is 207 - color contains mainly: blue. Hex color #0BBCCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BBCCF is #F44330. Grayscale: #888888. Windows color (decimal): -16007985 or 13614091. OLE color: 13614091.

HSL color Cylindrical-coordinate representation of color #0BBCCF: hue angle of 185.82º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BBCCF is Cyan = 0.95, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 11 188 207 -
CMYK 0.95 0.09 0 0.19
HSL 185.82º 0.9% 0.43% -
HSV(B) 185.82º 0.95% 0.81% -
XYZ 29.38 40.54 65.31 -
YUV 137.24 167.36 37.96 -
System Red Green Blue C M Y K H S L
Decimal 11 188 207 0.95 0.09 0 0.19 185.82 0.9 0.43
Hex B BC CF 5F 9 0 13 BA 5A 2B
Octal 13 274 317 137 11 0 23 272 132 53
Binary 1011 10111100 11001111 1011111 1001 0 10011 10111010 1011010 101011

Color Harmonies of #0BBCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBCCF

Black with #0BBCCF

Text Example


Text Example

White with #0BBCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,188,207); }

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

background-color css

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

 a { background-color: rgb(11,188,207); }

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

border-color css

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

 span { border-color: rgb(11,188,207); }

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