Html Css Color HEX #0CA8D7 Iris Blue

📋 copy color: '#0CA8D7'

red 12 ◦ green 168 ◦ blue 215

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

Shades of Iris Blue #0CA8D7

Tints of Iris Blue #0CA8D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 54.43%

R = 3.04%
G = 42.53%
B = 54.43%

CMYK

 C value IS 0.94

 M value IS 0.22

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#0CA8D7 (or 0x0CA8D7) is known color: Iris Blue. HEX triplet: 0C, A8 and D7. RGB value is (12,168,215). Sum of RGB (Red+Green+Blue) = 12+168+215=395 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3.04% from 395); Green value is 168 (66.02% from 255 or 42.53% from 395); Blue value is 215 (84.38% from 255 or 54.43% from 395); Max value from RGB is 215 - color contains mainly: blue. Hex color #0CA8D7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CA8D7 is #F35728. Grayscale: #7E7E7E. Windows color (decimal): -15947561 or 14133260. OLE color: 14133260.

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

Color convert

RGB 12 168 215 -
CMYK 0.94 0.22 0 0.16
HSL 193.89º 0.89% 0.45% -
HSV(B) 193.89º 0.94% 0.84% -
XYZ 26.42 32.99 69.27 -
YUV 126.71 177.82 46.18 -
System Red Green Blue C M Y K H S L
Decimal 12 168 215 0.94 0.22 0 0.16 193.89 0.89 0.45
Hex C A8 D7 5E 16 0 10 C2 59 2D
Octal 14 250 327 136 26 0 20 302 131 55
Binary 1100 10101000 11010111 1011110 10110 0 10000 11000010 1011001 101101

Color Harmonies of #0CA8D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CA8D7

Black with #0CA8D7

Text Example


Text Example

White with #0CA8D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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