Html Css Color HEX #0CAEBD Iris Blue

📋 copy color: '#0CAEBD'

red 12 ◦ green 174 ◦ blue 189

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

Shades of Iris Blue #0CAEBD

Tints of Iris Blue #0CAEBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 50.4%

R = 3.2%
G = 46.4%
B = 50.4%

CMYK

 C value IS 0.94

 M value IS 0.08

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0CAEBD (or 0x0CAEBD) is known color: Iris Blue. HEX triplet: 0C, AE and BD. RGB value is (12,174,189). Sum of RGB (Red+Green+Blue) = 12+174+189=375 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.2% from 375); Green value is 174 (68.36% from 255 or 46.4% from 375); Blue value is 189 (74.22% from 255 or 50.4% from 375); Max value from RGB is 189 - color contains mainly: blue. Hex color #0CAEBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CAEBD is #F35142. Grayscale: #7F7F7F. Windows color (decimal): -15946051 or 12430860. OLE color: 12430860.

HSL color Cylindrical-coordinate representation of color #0CAEBD: hue angle of 185.08º 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 #0CAEBD is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 12 174 189 -
CMYK 0.94 0.08 0 0.26
HSL 185.08º 0.88% 0.39% -
HSV(B) 185.08º 0.94% 0.74% -
XYZ 24.47 34.02 53.42 -
YUV 127.27 162.83 45.78 -
System Red Green Blue C M Y K H S L
Decimal 12 174 189 0.94 0.08 0 0.26 185.08 0.88 0.39
Hex C AE BD 5E 8 0 1A B9 58 27
Octal 14 256 275 136 10 0 32 271 130 47
Binary 1100 10101110 10111101 1011110 1000 0 11010 10111001 1011000 100111

Color Harmonies of #0CAEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAEBD

Black with #0CAEBD

Text Example


Text Example

White with #0CAEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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