Html Css Color HEX #0CB1D5 Iris Blue

📋 copy color: '#0CB1D5'

red 12 ◦ green 177 ◦ blue 213

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

Shades of Iris Blue #0CB1D5

Tints of Iris Blue #0CB1D5

RGB

 RED value IS 12 (5.08% from 255) = 2.99%

 GREEN value IS 177 (69.53% from 255) = 44.03%

 BLUE value IS 213 (83.59% from 255) = 52.99%

R = 2.99%
G = 44.03%
B = 52.99%

CMYK

 C value IS 0.94

 M value IS 0.17

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#0CB1D5 (or 0x0CB1D5) is known color: Iris Blue. HEX triplet: 0C, B1 and D5. RGB value is (12,177,213). Sum of RGB (Red+Green+Blue) = 12+177+213=402 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.99% from 402); Green value is 177 (69.53% from 255 or 44.03% from 402); Blue value is 213 (83.59% from 255 or 52.99% from 402); Max value from RGB is 213 - color contains mainly: blue. Hex color #0CB1D5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CB1D5 is #F34E2A. Grayscale: #838383. Windows color (decimal): -15945259 or 14004492. OLE color: 14004492.

HSL color Cylindrical-coordinate representation of color #0CB1D5: hue angle of 190.75º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CB1D5 is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 12 177 213 -
CMYK 0.94 0.17 0 0.16
HSL 190.75º 0.89% 0.44% -
HSV(B) 190.75º 0.94% 0.84% -
XYZ 27.88 36.33 68.49 -
YUV 131.77 173.84 42.57 -
System Red Green Blue C M Y K H S L
Decimal 12 177 213 0.94 0.17 0 0.16 190.75 0.89 0.44
Hex C B1 D5 5E 11 0 10 BF 59 2C
Octal 14 261 325 136 21 0 20 277 131 54
Binary 1100 10110001 11010101 1011110 10001 0 10000 10111111 1011001 101100

Color Harmonies of #0CB1D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB1D5

Black with #0CB1D5

Text Example


Text Example

White with #0CB1D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,177,213); }

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

background-color css

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

 a { background-color: rgb(12,177,213); }

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

border-color css

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

 span { border-color: rgb(12,177,213); }

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