Html Css Color HEX #0CBBC6 Iris Blue

📋 copy color: '#0CBBC6'

red 12 ◦ green 187 ◦ blue 198

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

Shades of Iris Blue #0CBBC6

Tints of Iris Blue #0CBBC6

RGB

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

 GREEN value IS 187 (73.44% from 255) = 47.1%

 BLUE value IS 198 (77.73% from 255) = 49.87%

R = 3.02%
G = 47.1%
B = 49.87%

CMYK

 C value IS 0.94

 M value IS 0.06

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#0CBBC6 (or 0x0CBBC6) is known color: Iris Blue. HEX triplet: 0C, BB and C6. RGB value is (12,187,198). Sum of RGB (Red+Green+Blue) = 12+187+198=397 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3.02% from 397); Green value is 187 (73.44% from 255 or 47.10% from 397); Blue value is 198 (77.73% from 255 or 49.87% from 397); Max value from RGB is 198 - color contains mainly: blue. Hex color #0CBBC6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBBC6 is #F34439. Grayscale: #878787. Windows color (decimal): -15942714 or 13024012. OLE color: 13024012.

HSL color Cylindrical-coordinate representation of color #0CBBC6: hue angle of 183.55º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBBC6 is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 12 187 198 -
CMYK 0.94 0.06 0 0.22
HSL 183.55º 0.89% 0.41% -
HSV(B) 183.55º 0.94% 0.78% -
XYZ 28.11 39.7 59.61 -
YUV 135.93 163.02 39.61 -
System Red Green Blue C M Y K H S L
Decimal 12 187 198 0.94 0.06 0 0.22 183.55 0.89 0.41
Hex C BB C6 5E 6 0 16 B8 59 29
Octal 14 273 306 136 6 0 26 270 131 51
Binary 1100 10111011 11000110 1011110 110 0 10110 10111000 1011001 101001

Color Harmonies of #0CBBC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBBC6

Black with #0CBBC6

Text Example


Text Example

White with #0CBBC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,187,198); }

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

background-color css

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

 a { background-color: rgb(12,187,198); }

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

border-color css

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

 span { border-color: rgb(12,187,198); }

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