Html Css Color HEX #0CAEBC Iris Blue

📋 copy color: '#0CAEBC'

red 12 ◦ green 174 ◦ blue 188

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

Shades of Iris Blue #0CAEBC

Tints of Iris Blue #0CAEBC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 46.52%

 BLUE value IS 188 (73.83% from 255) = 50.27%

R = 3.21%
G = 46.52%
B = 50.27%

CMYK

 C value IS 0.94

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0CAEBC (or 0x0CAEBC) is known color: Iris Blue. HEX triplet: 0C, AE and BC. RGB value is (12,174,188). Sum of RGB (Red+Green+Blue) = 12+174+188=374 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.21% from 374); Green value is 174 (68.36% from 255 or 46.52% from 374); Blue value is 188 (73.83% from 255 or 50.27% from 374); Max value from RGB is 188 - color contains mainly: blue. Hex color #0CAEBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CAEBC is #F35143. Grayscale: #7E7E7E. Windows color (decimal): -15946052 or 12365324. OLE color: 12365324.

HSL color Cylindrical-coordinate representation of color #0CAEBC: hue angle of 184.77º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CAEBC is Cyan = 0.94, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 12 174 188 -
CMYK 0.94 0.07 0 0.26
HSL 184.77º 0.88% 0.39% -
HSV(B) 184.77º 0.94% 0.74% -
XYZ 24.36 33.98 52.85 -
YUV 127.16 162.33 45.86 -
System Red Green Blue C M Y K H S L
Decimal 12 174 188 0.94 0.07 0 0.26 184.77 0.88 0.39
Hex C AE BC 5E 7 0 1A B9 58 27
Octal 14 256 274 136 7 0 32 271 130 47
Binary 1100 10101110 10111100 1011110 111 0 11010 10111001 1011000 100111

Color Harmonies of #0CAEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAEBC

Black with #0CAEBC

Text Example


Text Example

White with #0CAEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,174,188); }

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

background-color css

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

 a { background-color: rgb(12,174,188); }

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

border-color css

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

 span { border-color: rgb(12,174,188); }

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