Html Css Color HEX #0CACE4 Iris Blue

📋 copy color: '#0CACE4'

red 12 ◦ green 172 ◦ blue 228

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

Shades of Iris Blue #0CACE4

Tints of Iris Blue #0CACE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 55.34%

R = 2.91%
G = 41.75%
B = 55.34%

CMYK

 C value IS 0.95

 M value IS 0.25

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#0CACE4 (or 0x0CACE4) is known color: Iris Blue. HEX triplet: 0C, AC and E4. RGB value is (12,172,228). Sum of RGB (Red+Green+Blue) = 12+172+228=412 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.91% from 412); Green value is 172 (67.58% from 255 or 41.75% from 412); Blue value is 228 (89.45% from 255 or 55.34% from 412); Max value from RGB is 228 - color contains mainly: blue. Hex color #0CACE4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CACE4 is #F3531B. Grayscale: #828282. Windows color (decimal): -15946524 or 14986252. OLE color: 14986252.

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

Color convert

RGB 12 172 228 -
CMYK 0.95 0.25 0 0.11
HSL 195.56º 0.9% 0.47% -
HSV(B) 195.56º 0.95% 0.89% -
XYZ 28.91 35.18 78.67 -
YUV 130.54 182.99 43.45 -
System Red Green Blue C M Y K H S L
Decimal 12 172 228 0.95 0.25 0 0.11 195.56 0.9 0.47
Hex C AC E4 5F 19 0 B C4 5A 2F
Octal 14 254 344 137 31 0 13 304 132 57
Binary 1100 10101100 11100100 1011111 11001 0 1011 11000100 1011010 101111

Color Harmonies of #0CACE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CACE4

Black with #0CACE4

Text Example


Text Example

White with #0CACE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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