Html Css Color HEX #0BC1CD Iris Blue

📋 copy color: '#0BC1CD'

red 11 ◦ green 193 ◦ blue 205

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

Shades of Iris Blue #0BC1CD

Tints of Iris Blue #0BC1CD

RGB

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

 GREEN value IS 193 (75.78% from 255) = 47.19%

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

R = 2.69%
G = 47.19%
B = 50.12%

CMYK

 C value IS 0.95

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0BC1CD (or 0x0BC1CD) is known color: Iris Blue. HEX triplet: 0B, C1 and CD. RGB value is (11,193,205). Sum of RGB (Red+Green+Blue) = 11+193+205=409 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.69% from 409); Green value is 193 (75.78% from 255 or 47.19% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #0BC1CD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BC1CD is #F43E32. Grayscale: #8B8B8B. Windows color (decimal): -16006707 or 13484299. OLE color: 13484299.

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

Color convert

RGB 11 193 205 -
CMYK 0.95 0.06 0 0.20
HSL 183.71º 0.9% 0.42% -
HSV(B) 183.71º 0.95% 0.8% -
XYZ 30.23 42.62 64.39 -
YUV 139.95 164.7 36.02 -
System Red Green Blue C M Y K H S L
Decimal 11 193 205 0.95 0.06 0 0.20 183.71 0.9 0.42
Hex B C1 CD 5F 6 0 14 B8 5A 2A
Octal 13 301 315 137 6 0 24 270 132 52
Binary 1011 11000001 11001101 1011111 110 0 10100 10111000 1011010 101010

Color Harmonies of #0BC1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC1CD

Black with #0BC1CD

Text Example


Text Example

White with #0BC1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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