Html Css Color HEX #0CA8B7 Iris Blue

📋 copy color: '#0CA8B7'

red 12 ◦ green 168 ◦ blue 183

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

Shades of Iris Blue #0CA8B7

Tints of Iris Blue #0CA8B7

RGB

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

 GREEN value IS 168 (66.02% from 255) = 46.28%

 BLUE value IS 183 (71.88% from 255) = 50.41%

R = 3.31%
G = 46.28%
B = 50.41%

CMYK

 C value IS 0.93

 M value IS 0.08

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#0CA8B7 (or 0x0CA8B7) is known color: Iris Blue. HEX triplet: 0C, A8 and B7. RGB value is (12,168,183). Sum of RGB (Red+Green+Blue) = 12+168+183=363 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.31% from 363); Green value is 168 (66.02% from 255 or 46.28% from 363); Blue value is 183 (71.88% from 255 or 50.41% from 363); Max value from RGB is 183 - color contains mainly: blue. Hex color #0CA8B7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CA8B7 is #F35748. Grayscale: #7A7A7A. Windows color (decimal): -15947593 or 12036108. OLE color: 12036108.

HSL color Cylindrical-coordinate representation of color #0CA8B7: hue angle of 185.26º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA8B7 is Cyan = 0.93, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 12 168 183 -
CMYK 0.93 0.08 0 0.28
HSL 185.26º 0.88% 0.38% -
HSV(B) 185.26º 0.93% 0.72% -
XYZ 22.7 31.5 49.68 -
YUV 123.07 161.82 48.78 -
System Red Green Blue C M Y K H S L
Decimal 12 168 183 0.93 0.08 0 0.28 185.26 0.88 0.38
Hex C A8 B7 5D 8 0 1C B9 58 26
Octal 14 250 267 135 10 0 34 271 130 46
Binary 1100 10101000 10110111 1011101 1000 0 11100 10111001 1011000 100110

Color Harmonies of #0CA8B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CA8B7

Black with #0CA8B7

Text Example


Text Example

White with #0CA8B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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