Html Css Color HEX #0CAEDC Iris Blue

📋 copy color: '#0CAEDC'

red 12 ◦ green 174 ◦ blue 220

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

Shades of Iris Blue #0CAEDC

Tints of Iris Blue #0CAEDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 54.19%

R = 2.96%
G = 42.86%
B = 54.19%

CMYK

 C value IS 0.95

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0CAEDC (or 0x0CAEDC) is known color: Iris Blue. HEX triplet: 0C, AE and DC. RGB value is (12,174,220). Sum of RGB (Red+Green+Blue) = 12+174+220=406 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.96% from 406); Green value is 174 (68.36% from 255 or 42.86% from 406); Blue value is 220 (86.33% from 255 or 54.19% from 406); Max value from RGB is 220 - color contains mainly: blue. Hex color #0CAEDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CAEDC is #F35123. Grayscale: #828282. Windows color (decimal): -15946020 or 14462476. OLE color: 14462476.

HSL color Cylindrical-coordinate representation of color #0CAEDC: hue angle of 193.27º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CAEDC is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 12 174 220 -
CMYK 0.95 0.21 0 0.14
HSL 193.27º 0.9% 0.45% -
HSV(B) 193.27º 0.95% 0.86% -
XYZ 28.21 35.52 73.08 -
YUV 130.81 178.33 43.26 -
System Red Green Blue C M Y K H S L
Decimal 12 174 220 0.95 0.21 0 0.14 193.27 0.9 0.45
Hex C AE DC 5F 15 0 E C1 5A 2D
Octal 14 256 334 137 25 0 16 301 132 55
Binary 1100 10101110 11011100 1011111 10101 0 1110 11000001 1011010 101101

Color Harmonies of #0CAEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAEDC

Black with #0CAEDC

Text Example


Text Example

White with #0CAEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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