Html Css Color HEX #0CADDE Iris Blue

📋 copy color: '#0CADDE'

red 12 ◦ green 173 ◦ blue 222

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

Shades of Iris Blue #0CADDE

Tints of Iris Blue #0CADDE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.51%

 BLUE value IS 222 (87.11% from 255) = 54.55%

R = 2.95%
G = 42.51%
B = 54.55%

CMYK

 C value IS 0.95

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0CADDE (or 0x0CADDE) is known color: Iris Blue. HEX triplet: 0C, AD and DE. RGB value is (12,173,222). Sum of RGB (Red+Green+Blue) = 12+173+222=407 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.95% from 407); Green value is 173 (67.97% from 255 or 42.51% from 407); Blue value is 222 (87.11% from 255 or 54.55% from 407); Max value from RGB is 222 - color contains mainly: blue. Hex color #0CADDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CADDE is #F35221. Grayscale: #828282. Windows color (decimal): -15946274 or 14593292. OLE color: 14593292.

HSL color Cylindrical-coordinate representation of color #0CADDE: hue angle of 194º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CADDE is Cyan = 0.95, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 12 173 222 -
CMYK 0.95 0.22 0 0.13
HSL 194º 0.9% 0.46% -
HSV(B) 194º 0.95% 0.87% -
XYZ 28.28 35.24 74.42 -
YUV 130.45 179.66 43.52 -
System Red Green Blue C M Y K H S L
Decimal 12 173 222 0.95 0.22 0 0.13 194 0.9 0.46
Hex C AD DE 5F 16 0 D C2 5A 2E
Octal 14 255 336 137 26 0 15 302 132 56
Binary 1100 10101101 11011110 1011111 10110 0 1101 11000010 1011010 101110

Color Harmonies of #0CADDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CADDE

Black with #0CADDE

Text Example


Text Example

White with #0CADDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,173,222); }

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

background-color css

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

 a { background-color: rgb(12,173,222); }

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

border-color css

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

 span { border-color: rgb(12,173,222); }

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