Html Css Color HEX #0CACE5 Iris Blue

📋 copy color: '#0CACE5'

red 12 ◦ green 172 ◦ blue 229

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

Shades of Iris Blue #0CACE5

Tints of Iris Blue #0CACE5

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.65%

 BLUE value IS 229 (89.84% from 255) = 55.45%

R = 2.91%
G = 41.65%
B = 55.45%

CMYK

 C value IS 0.95

 M value IS 0.25

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#0CACE5 (or 0x0CACE5) is known color: Iris Blue. HEX triplet: 0C, AC and E5. RGB value is (12,172,229). Sum of RGB (Red+Green+Blue) = 12+172+229=413 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.91% from 413); Green value is 172 (67.58% from 255 or 41.65% from 413); Blue value is 229 (89.84% from 255 or 55.45% from 413); Max value from RGB is 229 - color contains mainly: blue. Hex color #0CACE5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CACE5 is #F3531A. Grayscale: #828282. Windows color (decimal): -15946523 or 15051788. OLE color: 15051788.

HSL color Cylindrical-coordinate representation of color #0CACE5: hue angle of 195.76º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CACE5 is Cyan = 0.95, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 12 172 229 -
CMYK 0.95 0.25 0 0.10
HSL 195.76º 0.9% 0.47% -
HSV(B) 195.76º 0.95% 0.9% -
XYZ 29.05 35.24 79.4 -
YUV 130.66 183.49 43.37 -
System Red Green Blue C M Y K H S L
Decimal 12 172 229 0.95 0.25 0 0.10 195.76 0.9 0.47
Hex C AC E5 5F 19 0 A C4 5A 2F
Octal 14 254 345 137 31 0 12 304 132 57
Binary 1100 10101100 11100101 1011111 11001 0 1010 11000100 1011010 101111

Color Harmonies of #0CACE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CACE5

Black with #0CACE5

Text Example


Text Example

White with #0CACE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,172,229); }

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

background-color css

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

 a { background-color: rgb(12,172,229); }

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

border-color css

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

 span { border-color: rgb(12,172,229); }

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