Html Css Color HEX #0CBADE Iris Blue

📋 copy color: '#0CBADE'

red 12 ◦ green 186 ◦ blue 222

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

Shades of Iris Blue #0CBADE

Tints of Iris Blue #0CBADE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 44.29%

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

R = 2.86%
G = 44.29%
B = 52.86%

CMYK

 C value IS 0.95

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0CBADE (or 0x0CBADE) is known color: Iris Blue. HEX triplet: 0C, BA and DE. RGB value is (12,186,222). Sum of RGB (Red+Green+Blue) = 12+186+222=420 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.86% from 420); Green value is 186 (73.05% from 255 or 44.29% from 420); Blue value is 222 (87.11% from 255 or 52.86% from 420); Max value from RGB is 222 - color contains mainly: blue. Hex color #0CBADE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBADE is #F34521. Grayscale: #898989. Windows color (decimal): -15942946 or 14596620. OLE color: 14596620.

HSL color Cylindrical-coordinate representation of color #0CBADE: hue angle of 190.29º 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 #0CBADE is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 12 186 222 -
CMYK 0.95 0.16 0 0.13
HSL 190.29º 0.9% 0.46% -
HSV(B) 190.29º 0.95% 0.87% -
XYZ 30.9 40.47 75.29 -
YUV 138.08 175.35 38.07 -
System Red Green Blue C M Y K H S L
Decimal 12 186 222 0.95 0.16 0 0.13 190.29 0.9 0.46
Hex C BA DE 5F 10 0 D BE 5A 2E
Octal 14 272 336 137 20 0 15 276 132 56
Binary 1100 10111010 11011110 1011111 10000 0 1101 10111110 1011010 101110

Color Harmonies of #0CBADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBADE

Black with #0CBADE

Text Example


Text Example

White with #0CBADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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