Html Css Color HEX #0CB7CC Iris Blue

📋 copy color: '#0CB7CC'

red 12 ◦ green 183 ◦ blue 204

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

Shades of Iris Blue #0CB7CC

Tints of Iris Blue #0CB7CC

RGB

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

 GREEN value IS 183 (71.88% from 255) = 45.86%

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

R = 3.01%
G = 45.86%
B = 51.13%

CMYK

 C value IS 0.94

 M value IS 0.10

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0CB7CC (or 0x0CB7CC) is known color: Iris Blue. HEX triplet: 0C, B7 and CC. RGB value is (12,183,204). Sum of RGB (Red+Green+Blue) = 12+183+204=399 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3.01% from 399); Green value is 183 (71.88% from 255 or 45.86% from 399); Blue value is 204 (80.08% from 255 or 51.13% from 399); Max value from RGB is 204 - color contains mainly: blue. Hex color #0CB7CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CB7CC is #F34833. Grayscale: #868686. Windows color (decimal): -15943732 or 13416204. OLE color: 13416204.

HSL color Cylindrical-coordinate representation of color #0CB7CC: hue angle of 186.56º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CB7CC is Cyan = 0.94, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 12 183 204 -
CMYK 0.94 0.10 0 0.2
HSL 186.56º 0.89% 0.42% -
HSV(B) 186.56º 0.94% 0.8% -
XYZ 27.98 38.3 63.05 -
YUV 134.27 167.35 40.79 -
System Red Green Blue C M Y K H S L
Decimal 12 183 204 0.94 0.10 0 0.2 186.56 0.89 0.42
Hex C B7 CC 5E A 0 14 BB 59 2A
Octal 14 267 314 136 12 0 24 273 131 52
Binary 1100 10110111 11001100 1011110 1010 0 10100 10111011 1011001 101010

Color Harmonies of #0CB7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB7CC

Black with #0CB7CC

Text Example


Text Example

White with #0CB7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,183,204); }

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

background-color css

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

 a { background-color: rgb(12,183,204); }

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

border-color css

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

 span { border-color: rgb(12,183,204); }

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